Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

monster.ui.protectField()#

Syntax#

monster.ui.protectField(field[, template]);

Parameters#

Key Description Type Default Required
field Input on which the method will be applied. The type of the input needs to be password. jQuery true
template Let you specify a container where the element passed as the field parameter is. If this parameter is omitted, the default value of $(html) will be used. jQuery $('html') false

Description#

This method allow the user to see the value of a password input when this input is on focus.