module Lucky::SelectHelpers
Direct including types
Defined in:
lucky/tags/select_helpers.crInstance Method Summary
- #options_for_select(field : Avram::PermittedAttribute(T), select_options : Array(Tuple(String, T)), **html_options) : Nil forall T
- #select_input(field : Avram::PermittedAttribute, **html_options, &) : Nil