Email

Wrapper around a email input.

Constructors

this
this()

Creates a new email input.

Members

Properties

allowsEmptyValue
bool allowsEmptyValue [@property getter]

Gets a boolean determining whether the input allows an empty value.

multiplate
bool multiplate [@property setter]

Sets a boolean determining whether the input allows multiple emails or not.

multiple
bool multiple [@property getter]

Gets a boolean determining whether the input allows multiple emails or not.

Inherited Members

From Input

value
string value [@property getter]

Gets the value.

value
string value [@property setter]

Sets the value.

placeholder
string placeholder [@property getter]

Gets the placeholder.

placeholder
string placeholder [@property setter]

Sets the placeholder.

label
string label [@property getter]

Gets the label.

label
string label [@property setter]

Sets the label.

generateHtml
string generateHtml()

Generates the appropriate html for the element.

Meta