html_dsl/types/html/form/select
Types
Functions
pub fn add(
root root: Selection,
attributes attributes: Option(Attribute),
value value: String,
label label: String,
) -> Selection
This creates a string that represents an option element
@paramroot: The root of the option@paramattributes: The attributes of the option@paramvalue: The value of the option@paramlabel: The label of the option@returns: An Option