-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
How to add tokenizer with Autocomplete? #3040
Comments
@tahir-masood1 Are you referring to chips? (#18, #1119, #2214) |
Yes he means chips. Tags/Chips/Tokenzer thats all the same in different frameworks. Anyone started on the md-chips? The first request is 8 months ago... |
No, you're the first. Look forward to seeing what you come up with! 👍 😄 Close dupe of #1119. |
I just left angular 1. I am just playing/learning react. But yes I need chips and when I do them I contribute them here ;-) |
StackOverflow does a great job implementing this "tag autocomplete input" pattern: I would also like to see a demo of chips input at https://material-ui.com/demos/chips/. Could this issue be reopened until that demo lands? |
@dandv You have 2 demos on the autocomplete page: https://material-ui.com/demos/autocomplete/. |
I have used the functionality of Autocomplete and it works perfectly fine One thing i want to implement too is tokenizer; whenever i select an item from autocomplete, it should create a token of it and let me select multiple tokens.
Kindy give me some hint in this direction.
The text was updated successfully, but these errors were encountered: