Skip to content
Discussion options

You must be logged in to vote

Just make sure your default list which you provide must contain a unique _id for each element somewhat like this:

list: [ { _id: '1', value: 'MALE' }, { _id: '2', value: 'FEMALE' }, { _id: '3', value: 'OTHERS' }, ],

For more detail, you can check out the example.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by srivastavaanurag79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #38 on September 01, 2023 06:00.