hc-oss / react-tag-input-component

lightweight react component for tag(s) input
https://codesandbox.io/s/react-tag-input-component-rgf97
MIT License
80 stars 36 forks source link

Disable backspace deletion of tags #25

Closed bartvdklu closed 1 year ago

bartvdklu commented 1 year ago

Hi,

Is it possible to change or remove te key you use to delete tags from the input field. Now If you use backspace in an empty input field it removes te last tag. Is it possible to turn this on or of?

I want to use it for my project but the backspace doesn't use OnRemove. It's projecting some problems for my project.

harshzalavadiya commented 1 year ago

@bartvdklu sadly we don't have any way to customise it but I will be adding in future