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

    QBtnToggle Display Not Consistent In Mozilla Firefox vs Google Chrome

    Help
    1
    1
    531
    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.
    • S
      snowdrop last edited by snowdrop

      Good day. I am currently using QBtnToggle and found out that the display of QBtnToggle between Mozilla Firefox and Google Chrome seems different. Is this expected to happen or is there some workaround to make the display the same on different browsers? The following are screenshots from the aforementioned Web browsers. Thanks in advance. 🙂

      Google Chrome:
      1_1519959191302_imgpsh_fullsize.png

      Mozilla Firefox:
      0_1519959191259_imgpsh_fullsize (1).png

      And here’s the code snippet:

      <q-btn-toggle
          size="xs"
          class="float-right"
          v-model="model"
          toggle-color="primary"
          @input="handleInput"
          :options="[
          {label: 'User', value: 'user'},
          {label: 'Company', value: 'company'},
          {label: 'Default', value: 'default'},
          {label: '', value: 'settings', icon:'settings'}
          ]"
      />
      
      1 Reply Last reply Reply Quote 1
      • First post
        Last post