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
cfr https://docs.avohq.io/3.0/fields/radio.html
in an action I'm trying to use a radio field with a prefilled value
field :subscription_state, as: :radio, name: 'Status', value: 'proposal', # also `default: ...` doesn't work, neither using symbols options: { proposal: 'Voorstel', confirmed: 'Bevestigd', reserve: 'Reserve', }
however it does not get preselected, all radio inputs stay blank.
Avo version: 3.17.4
Rails version: 7.2.1
Ruby version: 3.2.2
License type:
Are you using Avo monkey patches, overriding views or view components?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
cfr https://docs.avohq.io/3.0/fields/radio.html
in an action I'm trying to use a radio field with a prefilled value
however it does not get preselected, all radio inputs stay blank.
Expected behavior & Actual behavior
System configuration
Avo version: 3.17.4
Rails version: 7.2.1
Ruby version: 3.2.2
License type:
Are you using Avo monkey patches, overriding views or view components?
Screenshots or screen recordings
Impact
Urgency
The text was updated successfully, but these errors were encountered: