enigma-io/react-input-placeholder

Support React >= 14.x.x

Opened this issue · 3 comments

Hi,

great package ! Love to see React >= 14.x.x support though. this.getDOMNode is now ReactDOM.findDOMNode(this) I think. I could create a PR if you want, but you should review it before merging.

Hey folks - we actually deprecated the module as we don't have the bandwidth to continue supporting it at present. If someone wants to send a PR though, will happily review.

@yaycmyk thanks. I did a try at fixing this here: #20. I'm not familiar with amd and how modules are declared, so I just assumed something and did that ;)