peterp / react-native-tags

Tag input component for React Native
MIT License
288 stars 75 forks source link

Suggestion; Add `onFinish` prop. #40

Open NishidaRyu416 opened 5 years ago

NishidaRyu416 commented 5 years ago

When finishing adding tags, if the last one is not made a tag by a comma, space or something preferred, the one ends up not being a tag successfully. So I suggest that you should add a prop called onFinish with a boolean argument to make the very last one a tag automatically.

peterp commented 5 years ago

I love that, thanks for the suggestion.