module Motion::HTML::SelectHelpers

Direct including types

Defined in:

motion/html/tags/select_helpers.cr

Instance Method Summary

Instance Method Detail

def options_for_select(field : Avram::PermittedAttribute(T), select_options : Array(Tuple(String, T)), **html_options) : Nil forall T #

[View source]
def select_input(field : Avram::PermittedAttribute, **html_options, &) : Nil #

[View source]
def select_prompt(label : String) : Nil #

Renders an


[View source]