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
I used to use objects for select like fallowing example:
const sex = { options: [{value:'M', label: 'Male'}, {value:'F', label: 'Female'}],value: {}}
This example crash JS runtime, perhaps of javascript circular reference. I didn't check the codes but should be simple to fix.
The text was updated successfully, but these errors were encountered:
I used to use objects for select like fallowing example:
const sex = { options: [{value:'M', label: 'Male'}, {value:'F', label: 'Female'}],value: {}}
This example crash JS runtime, perhaps of javascript circular reference. I didn't check the codes but should be simple to fix.
The text was updated successfully, but these errors were encountered: