react-selectize icon indicating copy to clipboard operation
react-selectize copied to clipboard

Floating label support for material theme

Open yelrayv opened this issue 9 years ago • 2 comments

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

yelrayv avatar Mar 16 '16 08:03 yelrayv

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.

furqanZafar avatar Mar 17 '16 10:03 furqanZafar

Hi @yelmu !! Did you achieve the floating label?

rulgf avatar Oct 17 '16 18:10 rulgf