sepal_ui.sepalwidgets.inputs.PasswordField#

class sepal_ui.sepalwidgets.inputs.PasswordField(**kwargs)[source]#

Custom widget to input passwords in text area and toggle its visibility.

Parameters:

kwargs – any parameter from a v.TextField. If set, ‘type’ will be overwritten.

Attributes

Methods

__init__

Custom widget to input passwords in text area and toggle its visibility.

PasswordField.__init__(**kwargs)[source]#

Custom widget to input passwords in text area and toggle its visibility.

Parameters:

kwargs – any parameter from a v.TextField. If set, ‘type’ will be overwritten.

Return type:

None