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. qqqwww
    Q
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Groups 0

    qqqwww

    @qqqwww

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

    qqqwww Follow

    Latest posts made by qqqwww

    • Radio in v-for dynamically created

      I’m trying to dynamically create radio element with server data and v-for, but radio buttons don’t work properly

        <q-item v-for="(item3, index) in MyValues">
           <q-radio v-model="item3.model" :val="item3.val" :label="item3.label"></q-radio>
        </q-item>
      

      json data
      MyValues: [{label: “Radio 1”, model: “selectedIndex”, val:2}, {label: “Radio 2”, model: “selectedIndex”, val:3}]

      After creating both of radio buttons checked and can’t be unchecked. Pls help.

      posted in Help
      Q
      qqqwww