Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bind to array in an object #676

Open
sbscan opened this issue Apr 2, 2024 · 0 comments
Open

bind to array in an object #676

sbscan opened this issue Apr 2, 2024 · 0 comments

Comments

@sbscan
Copy link

sbscan commented Apr 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant