Skip to content

Unable to get value from IonRadioGroup #145

Closed
@a-Leong

Description

@a-Leong

I'm unable to get data binding working correctly for IonRadioGroup: example.

The above example takes approach outlined in #51:

<IonRadioGroup :value="foo" @ionChange="foo = $event.target.value">...</IonRadioGroup>

however the value of property foo does not change. Also tried:

<IonRadioGroup :value="foo" v-on:ionChange="foo = $event.target.value">...</IonRadioGroup>

and

<IonRadioGroup v-model="foo">...</IonRadioGroup>

Activity

michaeltintiuc

michaeltintiuc commented on Aug 14, 2020

@michaeltintiuc
Member

Hey @a-Leong , thanks for creating the issue. I've just release 3.0.0-alpha.15 and it should now be fixed, reopen the issue if anything goes wrong.

added this to the 3.0 Beta milestone on Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

v3vue 3

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Unable to get value from IonRadioGroup · Issue #145 · ModusCreateOrg/ionic-vue