-
Notifications
You must be signed in to change notification settings - Fork 221
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
Using with Material UI #391
Comments
@andrwo Do share what your code looks like. It helps clear some uncertainties moving along.
Disclaimer: I don't use Material UI at work, but I did try it out of curiosity. Short answerYou have to write some logic yourself. Long answerSee this CodeSandbox. Material UI implements a lot of logic under the hood just for the presentation, especially when some of has to be done via JS, such as focus state. This model code is just for the |
Thanks, @andrewsantarin for the detailed answer! I very much appreciate it. It looks like I can adapt it for my usage. |
Just to update this track, I found a way to make it work nicely without hacking the CSS, but it involves modifying the underlying code in Currently, the code is fixed to render the component using a I have also shown in the PR how it can be adapted for use with Material UI and Reactstrap in the PR, both which I have tested. I hope the group admins can help guide the way on how I can get the PR approved as I do feel this will be a very useful addition to the library (this is also my first time submitting a PR). |
Hi, I am trying to use this in Material UI.
Anyone here know how I can configure it so that it looks like the rest of the material UI TextField? Please help point the way.
Thanks in advance!
The text was updated successfully, but these errors were encountered: