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
    1. Home
    2. danny1012
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    danny1012

    @danny1012

    0
    Reputation
    9
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    danny1012 Follow

    Latest posts made by danny1012

    • Changing default icons of the components.

      Hi, I have to override icons in the quasar components inline. Because if I do this in core, it’s affect some other much similar components.
      Is there any ways??

      In quasar.mat.esm.js
      input: {
      showPass: ‘visibility’,
      hidePass: ‘visibility_off’,
      showNumber: ‘keyboard’,
      hideNumber: ‘keyboard_hide’,
      clear: ‘cancel’,
      clearInverted: ‘clear’,
      dropdown: ‘arrow_drop_down’
      }
      If I change the dropdown to some other icon, It’s affecting q-datetime and q-select. But my intetion is only it should affect to q-datetime.

      posted in Framework
      D
      danny1012