Skip to content

Conversation

@pheus
Copy link
Contributor

@pheus pheus commented Nov 20, 2025

Fixes: #20841

This PR configures the RackType field on the rack add/edit form to use the selector widget.

Using the selector widget improves usability by:

  • Allowing users to search rack types instead of scrolling a long dropdown
  • Making it easier to filter and choose the correct rack type (e.g. by manufacturer)
  • Keeping the rack workflow consistent with other objects that already use selector modals

No model or API changes are introduced; this only updates the rack form UI.

Introduce the selector widget for the RackType field on the rack edit
form to improve usability when selecting rack types.

Fixes netbox-community#20841
@jeremystretch jeremystretch requested review from a team and jeremystretch and removed request for a team November 20, 2025 19:27
Copy link
Member

@jeremystretch jeremystretch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @pheus!

@jeremystretch jeremystretch merged commit d571835 into netbox-community:main Nov 20, 2025
7 checks passed
@pheus pheus deleted the 20841-racktype-selector-widget branch November 20, 2025 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Filter RackType by Manufacturer on the Rack EditForm

2 participants