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
One approach to solving #477 and related issues would be to implement be to make our implementation use the Rails methods for label and check_box and radio_button in a way that would make our helpers easier to use in the collection helpers.
The text was updated successfully, but these errors were encountered:
It looks like the Rails internals use string keys, and we use symbol keys. This could be causing all sorts of unexpected behaviour, and could require all sorts of extra code.
One approach to solving #477 and related issues would be to implement be to make our implementation use the Rails methods for
label
andcheck_box
andradio_button
in a way that would make our helpers easier to use in the collection helpers.The text was updated successfully, but these errors were encountered: