We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The example in the readme doesn't have anything about the buttons property in it, which seems pretty important.
buttons
The text was updated successfully, but these errors were encountered:
Causing "Cannot read property 'length' of undefined" the undefined part is "buttons"
Anyone found a workaround ?
Sorry, something went wrong.
FYI, For anyone who is having troubles and cannot get it to work, the correct format for radio buttons
new RadioView({ label: 'Gender', name: 'gender', buttons: [ { text: 'Male', value: 'male' }, { text: 'Female', value: 'female', checked: true }] }),
No branches or pull requests
The example in the readme doesn't have anything about the
buttons
property in it, which seems pretty important.The text was updated successfully, but these errors were encountered: