No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Validation errors force the use material-icons

    Framework
    3
    5
    217
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      germanp last edited by

      Hi,

      I’m working with v1.0.0-beta.23 and using input validation errors, but it looks quite ugly:

      error_icon.png

      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.

      1 Reply Last reply Reply Quote 0
      • digiproduct
        digiproduct last edited by

        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.

        1 Reply Last reply Reply Quote 0
        • G
          germanp last edited by

          Yes, If I add “material-icons” it works for me.

          1 Reply Last reply Reply Quote 0
          • digiproduct
            digiproduct last edited by

            Great … happy to hear you are now sorted out.

            1 Reply Last reply Reply Quote 0
            • D
              Dapeng last edited by

              You can set the iconSet in quasar.conf.js to tell Quasar to use which icon lib for Quasar components:
              framework: {
              iconSet: ‘fontawesome-v5’
              }

              link: https://quasar.dev/options/quasar-icon-sets

              1 Reply Last reply Reply Quote 0
              • First post
                Last post