pysepal.sepalwidgets.inputs.PasswordField#

class pysepal.sepalwidgets.inputs.PasswordField(*args, **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