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
@param
root: The root of the option@param
attributes: The attributes of the option@param
value: The value of the option@param
label: The label of the option@returns
: An Option