-
Notifications
You must be signed in to change notification settings - Fork 167
V6 #106
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
Comments
Is there a plan to release this? |
Would love to utilize the custom suggestion component! Will 6.0 be released? |
I've published |
@i-like-robots Any plan to refactor using Hooks? Maybe starting with examples? |
@theJian No not yet. Starting with the examples sounds like a fine idea though. |
When do you plan to merge this? :) |
Unfortunately I've not received any feedback on the beta release so I have been reluctant to release it. If you would like to try it then there are instructions in the readme 😄 : https://github.com/i-like-robots/react-tags/tree/6.0#installation |
When using an async search to fetch the suggestions the component won't work correctly and will get out of sync with the suggestions provided via props. PS: Seems like the beta version is now the default version installed when you do "npm i react-tag-autocomplete". Took me a while to understand why handleInputChange was not working. |
@coxom I solved onInput async fetch with <ReactTags ref={this.tagsRef}
EDIT: I did some changes and I finally added support for larger result set with scroller enabled and keyUP and Down focused scroller move |
This is a catch-all issue tracking V6 changes and bug fixes.
autofocus
option for a11y reasonsdelimiters
anddelimiterChars
options usingKeyboardEvent.key
handleX
toonX
(Convert user specified event handlers to React naming conventions #91)handleInputChange
should be re-namedonInput
listBoxId
configurablepkg.module
(Rollup build #112)clearInputOnDelete
option and don't clear the input when deleting a tag (Stop clearing the input when a tag is removed #155)The text was updated successfully, but these errors were encountered: