collective / volto-form-block

Volto addon for a customizable form block
MIT License
9 stars 8 forks source link

Checkbox used in an event not working on mobile devices #104

Open an-vb-is opened 3 months ago

an-vb-is commented 3 months ago

I wanted to create a form with checkboxes in an "event". As I was checking the function on my mobile device, I found out that I can't check the checkbox, and I can't submit the form if this field is mandatory. If I use the form on a "page", it works on mobile devices, so the problem only exists if I use it in an "event".

If I click the checkbox on mobile, the box has no check, only the text changes its color. image

If i then change from mobile to desktop the checkbox is checked. image

If the checkbox is checked, the label element on the desktop has an "after". image

But the same on mobile has no "after". image

ichim-david commented 3 months ago

@pnicolli did you guys encounter such an issue?