nkbt / react-debounce-input

React component that renders Input with debounced onChange
MIT License
450 stars 61 forks source link

Issue with MaterialUi Textfield #102

Open DevDwarf opened 6 years ago

DevDwarf commented 6 years ago

material Ui has fields like hintText that gets passed as a property i would just add it as a property to the debounce element and it would work fine, in the new version this does not work anymore.

nkbt commented 6 years ago

I know nothing about MaterialUI and cannot help much more without a running example (like codepen, etc).