-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
Please add MaterialFieldCascader #320
Comments
Hello Denis, I have implemented a solution fit to our needs. Since I don't have the time to adapt it into a meaningful PR I wanted to at least share the idea the solution is based on. Since Material doesn't provide a component like the antd field selector, I went with a List with sticky Headers. The code is in TS but you get the idea:
The implementation obviously isn't complete. |
Any news on this? |
I'll be working on features for MUI soon. |
Is your feature request related to a problem? Please describe.
I have to migrate from antd to material but am strongly relying on the FieldCascader.
Describe the solution you'd like
Implement a MaterialFieldCascader.
Describe alternatives you've considered
I am currently investiganting whether I can implement it myself.
The text was updated successfully, but these errors were encountered: