react-dropdown-select icon indicating copy to clipboard operation
react-dropdown-select copied to clipboard

Customisable dropdown select for react

Results 34 react-dropdown-select issues
Sort by recently updated
recently updated
newest added

I've got a use-case that doesn't seem well supported by `react-dropdown-select`(RDS). I am attempting to use RDS as the base for a Tree component, but there seems to be some...

bug

.searchInputCon .dropdown{ width: 30% !important; min-width: 200px; border-radius: 5px; padding: 10px; color: #404040; } its take min-width but not the width in percent..

I've been test driving this package, and I'm having trouble trying to go this to dispatch the form onchange event. This package will dispatch an onchange event when using the...