Multiselect has no 'delete' option on the values #9530

Closed
opened 2025-12-29 20:51:03 +01:00 by adam · 2 comments
Owner

Originally created by @PieterL75 on GitHub (Apr 24, 2024).

Originally assigned to: @Julio-Oliveira-Encora on GitHub.

NetBox version

v4.0-beta

Feature type

Data model extension

Proposed functionality

Re-add the X on the multiselect. It got dropped in the UI rehaul

image

vs

image

Use case

remove a value from the multiselect, without using the keyboard

Database changes

No response

External dependencies

No response

Originally created by @PieterL75 on GitHub (Apr 24, 2024). Originally assigned to: @Julio-Oliveira-Encora on GitHub. ### NetBox version v4.0-beta ### Feature type Data model extension ### Proposed functionality Re-add the X on the multiselect. It got dropped in the UI rehaul ![image](https://github.com/netbox-community/netbox/assets/74899468/d20b7381-871e-4da4-87e6-f11bcf1bac6c) vs ![image](https://github.com/netbox-community/netbox/assets/74899468/4e92060e-eabd-4240-8282-f8f6d802058f) ### Use case remove a value from the multiselect, without using the keyboard ### Database changes _No response_ ### External dependencies _No response_
adam added the status: acceptedtype: featurebeta labels 2025-12-29 20:51:03 +01:00
adam closed this issue 2025-12-29 20:51:03 +01:00
Author
Owner

@arthanson commented on GitHub (Apr 25, 2024):

Looks like this optional from the remove_button plugin (https://tom-select.js.org/plugins/remove-button/):

plugins: ['remove_button'],
@arthanson commented on GitHub (Apr 25, 2024): Looks like this optional from the remove_button plugin (https://tom-select.js.org/plugins/remove-button/): ``` plugins: ['remove_button'], ```
Author
Owner

@Julio-Oliveira-Encora commented on GitHub (Apr 26, 2024):

Could you please assign it to me?

@Julio-Oliveira-Encora commented on GitHub (Apr 26, 2024): Could you please assign it to me?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9530