-
Notifications
You must be signed in to change notification settings - Fork 501
Checkbox not working with hidden element in browsers other than chrome #64
Comments
please can you point to a sample test made with Rails + BootMetro? |
this also happen in cakephp.
the hidden input was automatically generated. |
it's strange... which version of bootmetro are you using? Which browser? |
I was using version 1.0 |
ok, I can reproduce this issue... I'll give you an update asap |
there's a way in ruby to change the order in which the html is rendered for the checkbox? |
now that u mentioned it, in cakephp we can disable it using
mybe in ruby it have a property to hide it also |
In rails, when we use check_box, it creates a hidden field because of which, I guess , we can't click on the IcoMoon Checkbox. We have to click little to the left, i.e. the hidden element.
http://apidock.com/rails/ActionView/Helpers/FormHelper/check_box
The text was updated successfully, but these errors were encountered: