jwohlfert23 / react-native-tag-input

A simple React Native component that creates an input for tags, emails, etc.
MIT License
232 stars 104 forks source link

Parsing while it's parsing exception fixed. #7

Closed BROUDING closed 7 years ago

BROUDING commented 7 years ago

Sometimes in slow mobile environment,

When I push ',' or ';' or 'space' key repeatedly fast, it makes some bug.

Adding state for that would fix it !

sibelius commented 7 years ago

I've just made a huge refactor of this component here: https://github.com/jwohlfert23/react-native-tag-input/pull/15

could you test it? and also add the changes of this PR to the new master?

sibelius commented 7 years ago

closing due inactivity