react-tagsinput
react-tagsinput copied to clipboard
Tag creation does not work on mobile
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.
#201 Here is a solution for the problem. Wrap the component with the form-tag:
<form>
<TagsInput />
</form>