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's size should not grow. #1661

Closed
manojp1988 opened this issue Jun 14, 2018 · 1 comment · Fixed by #2741
Closed

Multi select field's size should not grow. #1661

manojp1988 opened this issue Jun 14, 2018 · 1 comment · Fixed by #2741

Comments

@manojp1988
Copy link

What problem does this feature solve?

I have to use multiselect field in my form. If user selects more options, and if the field couldn't hold them, its height is growing. This will disturb my form layout. Instead, if user selects more number of items, I want to show for example "4 options selected". If user wants to know what they are, he can anyway click the toggle icon, and see.

What does the proposed API look like?

I would not show all the items in the field, instead based on the size of the field, I would display just how many items user selected.

@vthinkxie
Copy link
Member

vthinkxie commented Jun 14, 2018

Got it, we will try to support it in later version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants