You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very cool project! I just wanted to say that I couldn't really tell from the name react-faceted-token-input what it does until I played with the demo site. It's a lot like a multiselect, but the crucial difference is instead of just selecting a list of values, each token is marked as the value for a given attribute in the dropdown to its left...I'm thinking maybe react-attribute-multiselect would be a better name?
The text was updated successfully, but these errors were encountered:
This is actually a good idea! Thanks for trying it out anyway! We recently have placed the project in maintenance mode, but should mostly work on latest React versions.
If you are using it and find any bug don‘t hesitate to open issues!
oh heh! I just randomly took a look, it caught my eye incidentally because I've been writing a lot of parsing code lately and "token" is the word for a piece of input parsed by a lexer.
Very cool project! I just wanted to say that I couldn't really tell from the name
react-faceted-token-input
what it does until I played with the demo site. It's a lot like a multiselect, but the crucial difference is instead of just selecting a list of values, each token is marked as the value for a given attribute in the dropdown to its left...I'm thinking maybereact-attribute-multiselect
would be a better name?The text was updated successfully, but these errors were encountered: