-
Notifications
You must be signed in to change notification settings - Fork 842
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
Editable Select Field #854
Comments
We could probably adapt EuiComboBox for this. For example, we could use the single selection example, but render the selected value as editable input instead of as a pill. |
I wonder what additional (if any) validation needs should be included? Maybe take advantage of the |
This was fixed in #1139 via |
Can you make an editable select field? Essentially it'd be an input field with a dropdown menu. We want to use it for number inputs with preset values like font size and rows per page for our table element.
The text was updated successfully, but these errors were encountered: