jimmybengtsson / react-native-tags-input

Input component for React Native to add and remove tags.
MIT License
84 stars 29 forks source link

#59 bugfix(disabled): do not render deleteElement when disabled=true #60

Closed NVRC closed 2 years ago

NVRC commented 2 years ago

Closed PR as deleteElement={<></>} can be used to accomplish the same behaviour.