react-input-enhancements
react-input-enhancements copied to clipboard
Set of enhancements for input control
I do not understand why date picker takes `value` and `defaultValue` as strings, but `onChange` method outputs `moment` object. Also, we need to format `value` and `defaultValue` with a pattern...
## behaviour - Type `12` - Move the caret between `1` and `2` - Hit Backspace - The selection range is `[1, 1]` ## expected - The selection range should...
## behaviour In the credit card example: - Type `123456789012` - Write `12345` somewhere else, copy it - Paste after the `2` already in the field - Value isn't updated...
I needed a button to set the state of a masked input and have some trouble. I see there is demo for `` but not to ``, is it not...
Hi, I'm still a bit new to React, so I apologise if I might have missed something obvious in the documentation and the demos. I am making an autocompleter for...