react-html-attributes
react-html-attributes copied to clipboard
A store of react-supported html attributes keyed by their tags
Adding the onBlur attribute to input. Without onBlur, the input element can't determine whether or not it has been 'touched'.
I added the way-aria attributes. I've put them as generic tag because changing the role, is possible to transform every element in something else.
onClick
Hi, thanks for the great package! It saved me a lot of trouble. I was wondering if there's a reason why `onClick` is only considered valid for `a` tags?
I might be wrong, but it is my understanding that since all elements can carry the `draggable` flag, they should also be able to carry the drag-related events [defined by...