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. alexe2baranov
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 6
    • Best 0
    • Groups 0

    alexe2baranov

    @alexe2baranov

    0
    Reputation
    493
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    alexe2baranov Follow

    Latest posts made by alexe2baranov

    • RE: can't understand q-tab component

      <q-tabs :refs="$refs" v-model=“TARIFF”>
      <q-tab v-for=“eachTariff in tariffs” :name="‘tab’+eachTariff.value" icon=“message” >
      {{eachTariff.label}}
      </q-tab>
      </q-tabs>
      <!-- Targets -->
      <div v-for=“eachTariff in tariffs” :ref="‘tab’+eachTariff.value">
      {{eachTariff.description}}
      </div>

      this markup creates tabs with correct labels = eachTariff.label but this tabs are not switchable

      posted in Framework
      A
      alexe2baranov
    • RE: can't understand q-tab component

      @rstoenescu
      yes I see it. i tryed this example and it works very well. but i need dynamic tabs. can you explain me why my code nod works?

      posted in Framework
      A
      alexe2baranov
    • can't understand q-tab component

      I try to output tariffs inside tabs component like this but unsuccessfully. Can you tell me where is my mistake please

      <q-tabs :refs="$refs" v-model="TARIFF">
        <q-tab v-for="eachTariff in tariffs" :name="'tab'+eachTariff.value" icon="message" >
          {{eachTariff.label}}
        </q-tab>
      </q-tabs>
      <!-- Targets -->
      <div v-for="eachTariff in tariffs" :ref="'tab'+eachTariff.value">
        {{eachTariff.description}}
      </div>
      posted in Framework
      A
      alexe2baranov
    • autocomplete: id behind value

      hello!

      i’ m moving my project from jquery-ui to vue and Quasar and can’t find equal functionality between autocompletes.

      In jquery-ui autocomplete i could fetch [{id, value}, {id, value}] pairs from server, show text value to user. When user select some autocomplete option select event fired and i could get that hidden id and perform some operation. In quasar i can’t find select event and can’t understand how to get hidden metadata like option identificator when user select some option

      posted in Framework
      A
      alexe2baranov
    • Vuetifyjs comparision

      Hello! Does anybody try vuetifyjs framework ? can you compare it with quasar

      posted in Framework
      A
      alexe2baranov
    • Karma configuration required

      Hello! I think unit test is much more important then linting. Why do you skip Karma configuration in template. It is very complicated and I think many devs like to skip it)

      posted in CLI
      A
      alexe2baranov