Validation errors force the use material-icons
-
Hi,
I’m working with v1.0.0-beta.23 and using input validation errors, but it looks quite ugly:
Then I figured out that it was because I’m not using material-icons, but in the quasar.conf’s comment it says that it is optional so it’s seems to be a bug.
-
Did you put your icon set in the Extras section in quasar.config.js?
I had a similar problem, and I already my icon set in the Framework section, but I had the problem you mention until I ALSO added it to Extras.
-
Yes, If I add “material-icons” it works for me.
-
Great … happy to hear you are now sorted out.
-
You can set the iconSet in quasar.conf.js to tell Quasar to use which icon lib for Quasar components:
framework: {
iconSet: ‘fontawesome-v5’
}