-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
TagInput improvements #1412
Comments
My #1408 is a dup of your # 3, feel free to close mine. Thanks again for the work on this, quite useful for us. |
Provide a |
@JuoCode I think that feature is covered by MultiSelect. |
|
Another problem is that |
Any updates on (1) and (5)? They would both be quite helpful in improving the component. |
I don't think there's any active work on the remaining items. Feel free to send a PR. |
This was added via #1819. |
Collecting a bunch of features I want to add to
TagInput
:inputValue
,onInputChange
props to listen/control input without resorting toinputProps
placeholder
prop that is removed whenvalues.length > 0
(useinputProps.placeholder
if you always want it there)InputGroup
support for left icon / right element (needs styles) [TagInput] leftIconName + rightElement #1420separator
prop automatically splits input value to add multiple values at once (default:/,\s*/g
)blur
(in addition to enter)onChange
receivesstring[]
and handles the add / remove array manipulation internallydisabled
support (needs styles) Add a disabled state to <TagInput> #1819values
The text was updated successfully, but these errors were encountered: