Dropdown widgets for required fields should not include a "clear" button #18955
Labels
severity: low
Does not significantly disrupt application functionality, or a workaround is available
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
NetBox Cloud
NetBox Version
v4.2.5
Python Version
3.10
Steps to Reproduce
In many forms (the site edit form, for instance), required choice fields include a "clear" button (an X within a circle) toward the righthand side of the field which clears any selected value.
Expected Behavior
It should not be possible to clear the selected value of a field for which a value must be specified. The presence of the "clear" button may be confusing to the user.
The clear button is a Tom Select plugin. It can be disabled for required fields by altering the logic here.
Observed Behavior
See above.
The text was updated successfully, but these errors were encountered: