-
Notifications
You must be signed in to change notification settings - Fork 170
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
in ubuntu 18.04 LTS not able to add tags using space , tab and enter #196
Comments
Hello @kishan143-jaiswal - what browser are you using? |
chrome |
i m using two browsers, chromium Version 80.0.3987.87 and chrome Version 80.0.3987.100 ,but when i install 5.11.2 version then its working fine but when i install the latest its not creating tags using enter ,tab or spacebar |
Thanks for that extra info. I'll install an Ubuntu VM and try to recreate this myself. If you could, I'd really appreciate it you could visit https://dvcs.w3.org/hg/d4e/raw-file/tip/key-event-test.html then press the return, tab, and space keys and let me know the results. |
That's really helpful, thank you |
I've not been able to recreate this @kishan143-jaiswal. I've tried with Ubuntu 18.04 and Chrome 80.0.3987.116 on a Virtualbox VM and tested on a developer edition Dell XPS machine and everything works as expected. The keyboard event test indicates that your browser supports the |
I'm using Linux Mint 19.3 which I am experiencing a similar problem - when the text field is selected, clicking on the suggestions, and hitting tab/enter do not autocomplete tags for me. And also using Chrome Version 80.0.3987.122 (Official Build) (64-bit) For those who knoweth not, Mint 19 is based on Ubuntu 18 |
Looks like in my case, keyDown is picking up Tab/Enter fine, however when it comes to autocompleting a highlighted tag or the top suggestion you have in this place: a line like
Now 'matchExact('b')' is looking for
I think I'd rather have |
Also while typing out a complete tag, tab does work, but it gets elsewhere in the code and blows up:
See there, where it says |
@BirdTho regarding your second comment, the Unfortunately I accidentally published a v6 beta version with the |
Hey, I'm facing the same issue when I'm trying to use the default comma, enter to create new tags. Edit: |
version:6.0.0-beta.4
<ReactTags
id="ShareEmails"
autofocus={false}
tags={sharedEmail}
allowNew
suggestions={suggestions}
onDelete={this.props.handleDeletion}
onAddition={this.props.handleAddition}
delimiters={['Enter', 'Tab',' ']}
onInput={this.props.searchEmails}
/>
The text was updated successfully, but these errors were encountered: