Closed govindsartaj closed 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!
width: inherit;
.rw-widget-input
thanks!
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!