react-simple-timefield
react-simple-timefield copied to clipboard
Add 'disabled' prop for input
Thanks for making this awesome library Anton!
I was going to fork this repo and add the feature myself, but it should only take a couple minutes to add a boolean disabled prop and it would be helpful for many users I'm sure! We can't disable the button with pure CSS, and given that this is React we also don't want to circumvent best practices and directly modify the DOM.