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
I have problems getting the choices-field to work. It doesn't seem to work at all.
Do you have an example on how to configure it properly?
choice1: type: choice options: choices: - One - Two
The text was updated successfully, but these errors were encountered:
Your Yaml is not correctly formatted.
The options field must be inside choice1, not type.
options
choice1
type
Sorry, something went wrong.
In fact this was a formatting issue when posting to github. This is my complete file and it doesn't work.
dynamic_form: new_user: choice1: type: choice options: choices: - One - Two
Is this still wrong?
This issue has been automatically marked as stale because it has not had recent activity.
No branches or pull requests
I have problems getting the choices-field to work.
It doesn't seem to work at all.
Do you have an example on how to configure it properly?
The text was updated successfully, but these errors were encountered: