enigma-io / react-input-placeholder

Input is a small wrapper around React's <input> that shims in placeholder functionality for browsers that don't natively support it.
MIT License
34 stars 28 forks source link

Support React >= 14.x.x #19

Open bompi88 opened 8 years ago

bompi88 commented 8 years ago

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.

kaleposhobios commented 8 years ago

+1

quantizor commented 8 years ago

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.

bompi88 commented 8 years ago

@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 ;)