You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Allowed number of values" is not correctly outputted for checkboxes. The property inside multiple > limit is always 0.
See the following example: I created a webform with three checkboxes fields: The first with an unlimited allowed number of values, the second with a limited allowed number of 2 and a custom error message, the last one with a maximum of 4 and a custom error message. Limit is always 0.
Webform config:
GraphQL Output
The text was updated successfully, but these errors were encountered:
The "Allowed number of values" is not correctly outputted for checkboxes. The property inside multiple > limit is always 0.
See the following example: I created a webform with three checkboxes fields: The first with an unlimited allowed number of values, the second with a limited allowed number of 2 and a custom error message, the last one with a maximum of 4 and a custom error message. Limit is always 0.
Webform config:
![graphql-webform-checkboxes-bug-1](https://user-images.githubusercontent.com/3184897/127410523-c4735222-bc20-4256-9d17-001569f2e5dc.png)
GraphQL Output
![graphql-webform-checkboxes-bug-2](https://user-images.githubusercontent.com/3184897/127410521-d860500b-eb13-432a-a3b9-4ec1bcb4720b.png)
The text was updated successfully, but these errors were encountered: