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
If I use this code
field :subscription_state, as: :radio, name: 'Status', options: { proposal: 'Uitnodigen', confirmed: 'Bevestigen', reserve: 'Reserve' }
within a resource it works fine
but within an action it doesn't display the labels
(it does have the right keys, so the form sets the right value)
Avo version: 3.15.3
Rails version: 7.2
Are you using Avo monkey patches, overriding views or view components?
The text was updated successfully, but these errors were encountered:
Sidenote: BOTH in resource as action -> clicking the label doesn't select the radio (which feels like standard usability best practices)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
If I use this code
within a resource it works fine
but within an action it doesn't display the labels
(it does have the right keys, so the form sets the right value)
Reproduction repository for the bug
System configuration
Avo version: 3.15.3
Rails version: 7.2
Are you using Avo monkey patches, overriding views or view components?
Impact
Urgency
The text was updated successfully, but these errors were encountered: