Skip to content

Latest commit

 

History

History
executable file
·
29 lines (16 loc) · 746 Bytes

password-field-usage.md

File metadata and controls

executable file
·
29 lines (16 loc) · 746 Bytes

Home / PasswordField

PasswordField

This widget is a password form widget. PasswordField is intrinsically an input element and accepts all its attributes.

Usage

import { PasswordField } from "react-simple-widgets/dist/password-field";

<PasswordField name label leading helper />;

Side Notes

The type attribute cannot be set externally because it is controlled internally by PasswordField.