Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi select field in the admin UI can't be resized #1140

Closed
dgarros opened this issue Dec 8, 2021 · 1 comment · Fixed by #1213
Closed

Multi select field in the admin UI can't be resized #1140

dgarros opened this issue Dec 8, 2021 · 1 comment · Fixed by #1213
Labels
type: bug Something isn't working as expected

Comments

@dgarros
Copy link
Contributor

dgarros commented Dec 8, 2021

Environment

  • Python version: 3.7
  • Nautobot version: 1.2.0b1

Steps to Reproduce

  1. Go to the permissions page in the admin ui
  2. Edit an existing permissions or create a new one

Expected Behavior

The multi select field to select all the object types associated with this permissions should allow the user to resize it to display more lines at the same time.

Observed Behavior

The multi select fields in the new admin UI are fixed and can only show 4 lines.
The user experience isn't great when we have a large list to select from.

image

@lampwins
Copy link
Member

lampwins commented Dec 8, 2021

I know it's a bit weird because this is a reskin of the admin UI, but the StaticSelect2Multiple widget should be used here (and in any multiselect use case) for consistency.

@glennmatthews glennmatthews added group: ui-ux type: bug Something isn't working as expected labels Dec 13, 2021
glennmatthews added a commit that referenced this issue Jan 12, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working as expected
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants