i-like-robots / react-tags

⚛️ Legacy repo for the fantastically simple tagging component for your React projects (legacy repo)
http://i-like-robots.github.io/react-tags
MIT License
457 stars 171 forks source link

Add a disabled prop #238

Closed jklingen92 closed 1 year ago

jklingen92 commented 3 years ago

Describe the solution you'd like

Add a prop that freezes all input and tag deletion

Describe alternatives you've considered

This is pretty standard functionality for input fields.

Additional context

i-like-robots commented 3 years ago

This sounds like a useful feature and I'd be happy to accept a PR to add it 😃

i-like-robots commented 2 years ago

An isDisabled has been implemented in the next major version of the component.

i-like-robots commented 1 year ago

Closing as v7 has now been released and disabling the component is now a supported featue.