jquense / react-widgets

Polished, feature rich, accessible form inputs built with React
http://jquense.github.io/react-widgets/
MIT License
2.34k stars 394 forks source link

RW input icon button hidden fix #1120

Closed govindsartaj closed 2 years ago

govindsartaj commented 2 years ago

Fixes #1119

Adds width: inherit; for .rw-widget-input class which stops the input icon button on Datepicker, NumberPicker and Combobox components from overflowing/getting hidden when width of component is below than some threshold (approx. 250px). Thanks!

jquense commented 2 years ago

thanks!