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

Use existing type if provided #5

Closed thepuzzlemaster closed 9 years ago

thepuzzlemaster commented 9 years ago

Instead of forcing a type of 'text', use existing type if available.

thepuzzlemaster commented 9 years ago

I see that's to account for password types. Won't work.