Sharlaan / material-ui-superselectfield

multiselection autocomplete dropdown component for Material-UI
https://sharlaan.github.io/material-ui-superselectfield
MIT License
266 stars 92 forks source link

floatingLabel not working correctly in SingleSelect. #88

Closed shivwork closed 6 years ago

shivwork commented 6 years ago

<MaterialSelectField disabled={disabled ? disabled : false} showAutocompleteThreshold={1} errorText={touched && error} floatingLabel={label} value={selectedObj} nb2show={7} anchorOrigin={{ vertical: 'top', horizontal: 'left' }} required={true} onChange={(e) => changeSelectedObj(e)} hoverColor='rgba(3, 169, 244, 0.15)'

{optionsList}

Sharlaan commented 6 years ago

see #67