module Motion::HTML::SelectHelpers
Direct including types
Defined in:
motion/html/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
-
#select_prompt(label : String) : Nil
Renders an
Instance Method Detail
def options_for_select(field : Avram::PermittedAttribute(T), select_options : Array(Tuple(String, T)), **html_options) : Nil forall T
#