react-input-enhancements
react-input-enhancements copied to clipboard
Set of enhancements for input control
I think could be more interesting if credit card mask could identify card type.
On chrome mobile the auto-complete appears to take the first suggestion upon a 2nd letter being typed. It also won't allow the field to be deleted afterwards, instead highlighting the...
Hi, It is currently not possible to use the mouse (point&drag the slider) in Internet Explorer. When the slider is clicked to start dragging the combobox is closed. It works...
update the PropTypes for React v15.5 , Please! https://facebook.github.io/react/warnings/dont-call-proptypes.html Thank you!!!!!
Options results gets reset when the last char in input is deleted using backspace and the value is't updated uness a selection is made.
I don't have code to replicate but it's easy on the demo page: 1) In the autocomplete example, type "a" 2) "Afghanistan" with be the full value; "A" will not...
This issue tracks the project's compat w/ React version 16 [https://facebook.github.io/react/blog/2017/07/26/error-handling-in-react-16.html](https://facebook.github.io/react/blog/2017/07/26/error-handling-in-react-16.html)
Hi!  https://github.com/OpusCapitaBES/js-react-showroom-client It allows to write documentation in markdown and run all docs in sandbox with code examples. It often useful to have possibility to play with components at...
When I use the autocomplete input in the demo and start typing multiple letters with a match like Po`land` and then press CTRL + Backspace, instead of erasing the entire...
is it possible to open the combobox programatically? i'm guessing this requires focus on the input or something like this. thanks