Skip to content
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

Tag creation does not work on mobile #204

Open
NenadKaevik opened this issue Jan 14, 2021 · 1 comment
Open

Tag creation does not work on mobile #204

NenadKaevik opened this issue Jan 14, 2021 · 1 comment

Comments

@NenadKaevik
Copy link

I have implemented this tags input but when using it on chrome mobile it does not create tags on space. You have to blur the input to create the tag and then focus again to type new one.

@Neihed
Copy link

Neihed commented Mar 19, 2021

#201 Here is a solution for the problem. Wrap the component with the form-tag:

<form>
<TagsInput />
</form>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants