Feedback Laraform is now in maintenance mode. Read more on our GitHub.

Password Element

An element used to render a password input.

#Examples

#Options

Name Type Description
default string Value of element when the form is initially loaded or reseted.
placeholder string The placeholder of the element.
floating string The floating label of the element.
disabled boolean Whether the field is disabled.
readonly boolean Whether the field is readonly.
addon object An object containing before and after properties, representing the contents of the input's before and after addons.

#Properties

Name Type Default Description
disabled boolean false Whether the field is disabled.
addon object {} An object containing before and after properties, representing the contents of the input's before and after addons.
defaultValue string null Value of element when the form is initially loaded or reseted.
placeholder string null The placeholder of the element.
floating string null The floating label of the element.
readonly boolean false Whether the field is readonly.

#Methods

# .disable()

Disabled the field.


# .enable()

Enables the field.