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
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
I was wondering if there is feature for initial text for each tags. Because, in props initialText just affect on the first tag. So it would be nice if the initial text also implement on every tags.
For example I want user to automatically input tags with the first character is '#'.
I try to modified your library, just basically add a new props initialEachText and put it on
Hello @peterp ,
I was wondering if there is feature for initial text for each tags. Because, in props initialText just affect on the first tag. So it would be nice if the initial text also implement on every tags.
For example I want user to automatically input tags with the first character is '#'.
I try to modified your library, just basically add a new props
initialEachText
and put it onJust changed the " " (space) to initialEachText that can be modified.
And I just set the props
initialText={'#'}
andinitialEachText={'#'}
.This would be great if you considering to add this feature. Thank you 🤝
The text was updated successfully, but these errors were encountered: