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
Consider the form below. Both of these have select options that are defined as an array of scalars (an array of strings).
However, only one works (the select widget leftright).
form: - updown - leftright attributes: updown: widget: 'radio_button' options: - up - down leftright: widget: 'select' options: - left - right
The radio_button fails with this error complaining about the fact that we're trying to access the second field of the array for the label.
radio_button
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Consider the form below. Both of these have select options that are defined as an array of scalars (an array of strings).
However, only one works (the select widget leftright).
The
radio_button
fails with this error complaining about the fact that we're trying to access the second field of the array for the label.The text was updated successfully, but these errors were encountered: