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 changes to radio_with_bootstrap and check_box_with_bootstrap may require some options that aren't currently being passed from their corresponding collection methods. This issue may require the following actions (feel free to suggest others):
Write test cases to confirm the desired functionality. This may require a clearer definition of the functionality of the helpers
Review how the helpers functioned in the last released version. It's possible that the options weren't being passed before. If so, any changes would have to be reviewed in case they're breaking changes
The changes to
radio_with_bootstrapandcheck_box_with_bootstrapmay require some options that aren't currently being passed from their corresponding collection methods. This issue may require the following actions (feel free to suggest others):