Remove the StaticSelect and StaticSelectMultiple form widgets #11765
Labels
status: accepted
This issue has been accepted for implementation
type: housekeeping
Changes to the application which do not directly impact the end user
Milestone
Proposed Changes
Remove the custom
StaticSelect
andStaticSelectMultiple
form widget classes, replacing them with their Django-native counterparts, and adjustBootstrapMixin
to set CSS classes accordingly.Justification
We can handle the assignment of the
netbox-static-select
CSS class withinBootstrapMixin
, obviating the need for custom widgets.The text was updated successfully, but these errors were encountered: