react-simple-timefield icon indicating copy to clipboard operation
react-simple-timefield copied to clipboard

Add 'disabled' prop for input

Open Dynatos opened this issue 5 years ago • 0 comments

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.

Dynatos avatar Sep 21 '20 20:09 Dynatos