Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Agung Pratama
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Groups 0

    Agung Pratama

    @Agung Pratama

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

    Agung Pratama Follow

    Latest posts made by Agung Pratama

    • RE: [V1]@quasar/qmedia Dynamic audio source

      someone help me !! , can quasar play audio format file .au??

      posted in [v1] App Extensions
      A
      Agung Pratama
    • i want condition bind and change using q-select

      <q-select
      class=“q-mr-xs”
      outlined
      lazy-rules
      label=“Country”
      @change=“selectChanges”
      v-model=“form.country”
      :options=“selectOptions”
      :rules="[val => !!val || ‘Select your country’]"
      />

      <q-input
      class=“q-ml-xs”
      outlined
      v-model=“form.city”
      label=“City”
      lazy-rules
      />

      posted in Quasar Play App
      A
      Agung Pratama
    • RE: v1 QSelect cant change value with object options

      <q-select
      class=“q-mr-xs”
      outlined
      lazy-rules
      label=“Provinsi”
      option-label=“NAMA”
      option-value=“KODE”
      @change=“selectChanges”
      v-model=“form.provinsi”
      :options=“selectOptions”
      :rules="[val => !!val || ‘Select your Provinsi’]"
      />

      <q-input
      class=“q-ml-xs”
      outlined
      v-model=“form.kabkota”
      label=“Kab/Kota”
      lazy-rules
      />

      can someone help me with this??
      i want select bind and change function

      posted in Framework
      A
      Agung Pratama