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
After updating to castlecss-forms 1.0.12, checkboxes and radiobuttons are not clickable anymore when they hold a [for] attribute (on the label element). This is due to the presence of 'pointer-events: none' on the element. A possible fix could be to check if the label element has a class of '.input-control' and not apply the above style rule if this is the case (...:not:(.input-control)....).
The text was updated successfully, but these errors were encountered:
Paulus90
changed the title
Checkboxes and radiobuttons not clickable when they hold a [for
Checkboxes and radiobuttons not clickable when they hold a [for] attribute
Mar 15, 2018
Paulus90
changed the title
Checkboxes and radiobuttons not clickable when they hold a [for] attribute
Checkboxes and radiobuttons not clickable when they hold a for attribute
Mar 15, 2018
Paulus90
changed the title
Checkboxes and radiobuttons not clickable when they hold a for attribute
Checkboxes and radiobuttons not clickable when they hold a [for] attribute
Mar 15, 2018
Uh oh!
There was an error while loading. Please reload this page.
After updating to castlecss-forms 1.0.12, checkboxes and radiobuttons are not clickable anymore when they hold a [for] attribute (on the label element). This is due to the presence of 'pointer-events: none' on the element. A possible fix could be to check if the label element has a class of '.input-control' and not apply the above style rule if this is the case (...:not:(.input-control)....).
The text was updated successfully, but these errors were encountered: