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
Hi team, I really like the lib, and I would like to suggest you to spread the props coming from the TagsInput component to the input tag inside. Something like this:
Another workaround would be to create an additional prop in TagsInput component named inputProps or similar, in order to add props into input component. This solution would grant to add props like onFocus, autoComplete or another prop that we use with testing purposes.
Thank you all.
The text was updated successfully, but these errors were encountered:
Hi team, I really like the lib, and I would like to suggest you to spread the props coming from the
TagsInput
component to the input tag inside. Something like this:Another workaround would be to create an additional prop in
TagsInput
component namedinputProps
or similar, in order to add props intoinput
component. This solution would grant to add props likeonFocus
,autoComplete
or another prop that we use with testing purposes.Thank you all.
The text was updated successfully, but these errors were encountered: