-
Notifications
You must be signed in to change notification settings - Fork 88
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
Max chip text length #56
Comments
You can extend So for example, in |
@augudyne thanks. I create custom TokenizerHandler with callback and edit code so:
But i want disallow input if length > maxLength... TokenizerHandler check only when inputted terminated symbol. |
So here, you will add Note that there are 3 call back methods for creating chips. Add this logic in |
@augudyne. Ookay see please i complete this!
|
Thanks it works, one thing to note that you should call chipInput.setChipTerminatorHandler(YourCustomHandler()) before chipInput.addChipTerminator() (or maybe before all other methods) |
How to set max length for chip?
The text was updated successfully, but these errors were encountered: