Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

floatingLabel not working correctly in SingleSelect. #88

Closed
shivwork opened this issue Nov 6, 2017 · 1 comment
Closed

floatingLabel not working correctly in SingleSelect. #88

shivwork opened this issue Nov 6, 2017 · 1 comment

Comments

@shivwork
Copy link

shivwork commented Nov 6, 2017

<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
Copy link
Owner

Sharlaan commented Nov 6, 2017

see #67

@Sharlaan Sharlaan closed this as completed Nov 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants