You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As i can see the select2 will only take two value from us:
id => string
text => string
Can we change the default property of id to take number too. As the original select2 can work with either any unique value. Here we are enforced to use the string for id. If it could take the number, we could add the unique id as number for the option too.
The text was updated successfully, but these errors were encountered:
can we use this for update form. i mean i need to display some specific value its not working with startValue=32 . everytime it displays first element of array
As i can see the select2 will only take two value from us:
Can we change the default property of id to take number too. As the original select2 can work with either any unique value. Here we are enforced to use the string for id. If it could take the number, we could add the unique id as number for the option too.
The text was updated successfully, but these errors were encountered: