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. rami.almofleh
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 7
    • Best 2
    • Groups 0

    Best posts made by rami.almofleh

    • How can i make rules text as popup
      :rules="[ val => val.length > 0 || $t('L_SOLLTE_FAHRZEUGPROFILNAME_EINGEBEN')]"
      

      The text for this rules comes under the input element and that broken app design

      So please Help to make that text as popup

      My second question is:
      This is a rules for q-select but it is not working for me

      :rules="[ val => val.value ]"
      

      Selcet options:

      selectOptions: [
                {label: 'label 1', value: 1},
                {label: 'label 2', value: 2},
                {label: 'label 3', value: 3},
              ]
      
      <q-select class="col-12" standout v-model="model"
                      :options="selectOptions" :label="'select label'" stack-label
                      :rules="[ val => val.value ]"
            />
      
      posted in Help
      rami.almofleh
      rami.almofleh
    • RE: Quasar stopped building iOS after Build success

      @rstoenescu after log time of searching i found the solution
      that was my “Microsoft mouse” i unplugged it and it worked now

      that was crazy but worked!!!

      Thank you for your Help!

      posted in Help
      rami.almofleh
      rami.almofleh