Skip to content

Password Box

Introduction

Use this control to add an input field with hiden characters that can be used to display or edit text.

Description

As in Text Box You can select the model binding of your Password box and the option to Update binding while typing (with a specific delay or zero), Characters are replaced with stars "*" so the content can't be seen.

Options

Features

Name Description
Read Only Text box is not editable
Required If the Text box is empty the Form is not valid
Does Not Make Form Dirty Does not enable the Make Dirty indicator
Max Length Defines the max length of characters

Examples

Passwordbox

Result

Empty

Passwordbox

Filled with Characters

Passwordbox

Back to top