react-selectize
react-selectize copied to clipboard
Floating label support for material theme
Hi,
is it possible to implement floating label support for material theme?
something similar to what is implemented in http://www.material-ui.com/#/components/select-field
I'm using that material-ui React library but planning to replace the select component with react-selectize
It can be done by keeping the placeholder element in the DOM, even if the search field is updated, this would require changes to ReactSelectize.ls i.e. a way to customise the component based on the theme prop.
Hi @yelmu !! Did you achieve the floating label?