-
Notifications
You must be signed in to change notification settings - Fork 1k
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
if input typed tags > maxTags dropdown still showing #307
Comments
temp. fixed by adding .bootstrap-tagsinput-max .tt-input{display:none;} |
This is definitely a valid point but I'm not sure how to attack it exactly. Showing an error message to the user is not an option as there are too many UI / UX considerations to take into account and it's outside of the scope of the plugin. As for not showing the dropdown... I think that should be left to the developer. Maybe something like:
I think adding this extra event is the way to go to keep the plugin's footprint / scope as small as possible |
I've thought about this some more and I don't think adding another event is the way to go. Does this event only get fired when the max was reached? Should it be fired if the user continues to try and add a tag? I think that there are too many different use cases. Easiest solution:
Closing ticket as this feature will not be added. |
Hello
If typed tags exceeds maxTags value, the limitation works fine but input still presenting the dropdown with possible value, is there a way :
(bootstrap 3 version)
The text was updated successfully, but these errors were encountered: