Outline fields
-
Quasar is amazing, but I’ve trying to achieve outlined text fields (https://material-components.github.io/material-components-web-catalog/#/component/text-field) and not been able to.
How can I achieve those outline fields, do I have to implement my own CSS or even field components?
-
Work on updating to the new Material is in progress. Currently you need to tweak the CSS by yourself (which is not too hard actually).
-
Thanks a lot for the response. Can you give me some hints on how to do that? Do I have to inherit TextField component and apply the new CSS? Or tweak the CSS for the current component?