react-input-placeholder icon indicating copy to clipboard operation
react-input-placeholder copied to clipboard

Input is a small wrapper around React's <input> that shims in placeholder functionality for browsers that don't natively support it.

Results 3 react-input-placeholder issues
Sort by recently updated
recently updated
newest added

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...

Use `ReactDom.findDOMNode(this)` instead of `this.getDOMNode()` if `this.getDOMNode()` not available. Also checks if `React.findDOMNode` is present. If no method is found, throws an error assuming the user is using react >=...

Hi all, when I change a locale placeholders are not updated. How can I fix this issue?