module Lucky::SelectHelpers
Direct including types
Defined in:
lucky_avram/ext/lucky/select_helpers.crInstance Method Summary
- #multi_select_input(field : Avram::PermittedAttribute(Array), **html_options, &) : Nil
- #options_for_select(field : Avram::PermittedAttribute(T), select_options : Array(Tuple(String, T | Nil)), **html_options) : Nil forall T
- #options_for_select(field : Avram::PermittedAttribute(Array(T)), select_options : Array(Tuple(String, T)), **html_options) : Nil forall T
- #select_input(field : Avram::PermittedAttribute, **html_options, &) : Nil
-
#select_prompt(label : String) : Nil
Renders an
Instance Method Detail
def options_for_select(field : Avram::PermittedAttribute(T), select_options : Array(Tuple(String, T | Nil)), **html_options) : Nil forall T
#