You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that the TextFieldContainer which is used by the SelectedField should have the class "rmd-text-field-container--dense-label" applied, so it changes the --rmd-form-text-height to use the "dense" variable, but as the image below shows it does not apply.
To compare with a normal TextField, the className "rmd-text-field-container--dense-label" is applied.
--- Out of Topic
The readOnly prop does not work either
Question: There's anyway to clear the input with a button or something else?
The text was updated successfully, but these errors were encountered:
I would like to briefly congrats the work of the DEVs in this library.
I don't know how many people work on it, but it seems like few people and it's still one of the best I've seen in terms of components and theming; If you are filtering by SASS then it is the best.
Congratulations to all, when I have time I intend to contribute!
The dense property is not working in the select field.
You can see in the documentation example, when clicking "Use dense spec" nothing happens:
https://react-md.dev/packages/form/demos#select-example
The problem is that the TextFieldContainer which is used by the SelectedField should have the class "rmd-text-field-container--dense-label" applied, so it changes the --rmd-form-text-height to use the "dense" variable, but as the image below shows it does not apply.
![image](https://user-images.githubusercontent.com/22086005/111571769-14d80180-8786-11eb-8ee5-db0fc7e34d72.png)
To compare with a normal TextField, the className "rmd-text-field-container--dense-label" is applied.
![image](https://user-images.githubusercontent.com/22086005/111571847-376a1a80-8786-11eb-91b2-20579379560d.png)
--- Out of Topic
The readOnly prop does not work either
Question: There's anyway to clear the input with a button or something else?
The text was updated successfully, but these errors were encountered: