We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First split MDCSelect into sub elements. This is to help us understand all the logic currently inside MDCSelect.
Follow up PRs will replace the MDCSelect sub elements with public elements, like line ripple, floating label, and notched outline
The text was updated successfully, but these errors were encountered:
Label and bottom line are split into sub-component.
After taking a look at the adapter for select, I think it is also a good idea to split out a select-menu sub-element.
After that is done we can close this issue
Sorry, something went wrong.
Closing this issue because #2399 is going to remove mdc-select's dependency on mdc-menu, which means we should not bother splitting out the menu code.
moog16
No branches or pull requests
First split MDCSelect into sub elements. This is to help us understand all the logic currently inside MDCSelect.
Follow up PRs will replace the MDCSelect sub elements with public elements, like line ripple, floating label, and notched outline
The text was updated successfully, but these errors were encountered: