Matt Hinchliffe
Matt Hinchliffe
Interesting question... I think this could be handled without modifications to this component but by appending a disabled attribute to `inputAttributes` option. As you mention above, the `onAddition` callback sounds...
If it was a very common use case then I would think so but I think this might be the first time this has been requested. That said, there could...
I think in order for such a feature to work it would require a matching minimum number of tags argument, valid and invalid states, and an API to check the...
Yes something along these lines as you mention: - A new `minTags` prop, integer, defaults to null - A new `maxTags` prop, integer, defaults to null - An `isValid()` method...
If you only need to target the `` element does the existing [`inputAttributes`](https://github.com/i-like-robots/react-tags#inputattributes-optional) prop meet your needs?
Hello @kishan143-jaiswal - what browser are you using?
And what version of Chrome are you using? My assumption is that your browser does not support the `KeyboardEvent.key` property ([ref1](https://developers.google.com/web/updates/2016/04/keyboardevent-keys-codes), [ref2](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key)) but this was introduced in Chrome 51 which...
Thanks for that extra info. I'll install an Ubuntu VM and try to recreate this myself. If you could, I'd really appreciate it you could visit https://dvcs.w3.org/hg/d4e/raw-file/tip/key-event-test.html then press the...
That's really helpful, thank you
I've not been able to recreate this @kishan143-jaiswal. I've tried with Ubuntu 18.04 and Chrome 80.0.3987.116 on a Virtualbox VM and tested on a developer edition Dell XPS machine and...