-
-
Notifications
You must be signed in to change notification settings - Fork 334
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
[Autocomplete] Don't want a clear button #379
Comments
Yea, we should make this configurable somehow. We could do it as you suggested (maybe changing it to
The idea is that IF you supply ux/src/Autocomplete/assets/src/controller.ts Lines 51 to 61 in 6afcd61
I think that's the best option - PR welcome :) |
@weaverryan That will break implementations where extra (non default activated plugins) are added. That is not a problem? |
Hmm, I'm not sure I understand the problem you're thinking of. My thinking is that if you pass this |
@weaverryan I agree with your solution and made a PR for that. |
A clear button is automaticly added when the autocomplete is not disabled and not multiple:
How can we always disable the clear_button plugin?
Already tried, but that will result in a error
The text was updated successfully, but these errors were encountered: