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

Set of enhancements for input control

Results 25 react-input-enhancements issues
Sort by recently updated
recently updated
newest added
trafficstars

In case we have lots if items in the drop down list, once we make a selection, the items won't show anymore, only the current value is shown. Can't tell...

If you go to http://alexkuz.github.io/react-input-enhancements/ from an Android phone and try to type into the `Mask + Autosize (phone number):` field `1234567890`, the value is: `+7 (654) 321-09-8`

bug

I've just upgraded to 5.x line from 4.x, and couldn't find a way to pass `onRenderCaret` prop from `Combobox` to `InputPopup`. I've fixed it with ```js const { onRenderCaret, onRenderPopup,...

Hey, how to proper inject custom styles? I don't find anything in the docs, now creating custom styles on my own in a fork. Thanks

I have a form where `DatePicker` is used, I can set some particular field with a date value and save the form. After, I want to delete the date to...

bug

For the needs of being able to reset currently set date, I applied such changes: - Extended `` handler to take [selected](https://github.com/alexkuz/react-input-enhancements/compare/master...blogfoster:fix/issue-42?expand=1#diff-f252d88c6c1a77d7d3e9a59649463fdfR36) parameter. - Applied few changes to make it...

i need to assign property "ref" as my like, because i need to control the focus/blur behavior manually. The problem is, i don't know how the "registerInput" work in Combobox,...

Hi - great work Alex! Have come across an issue where I need the input component in a container that has it's overflow set to hidden, so will need to...

It would be of great helpful if there is an option to enable allow tab key to select the current active item as well, similar to enter key. A lot...

enhancement