Ctrl + K
Get StartedStylesCoreCompsCDK
Actions
Action Sheet
Button
Button Group
Context Menu
Dropdown Button
Menu
Side Menu
Form & Editors
Checkbox
Color Box
Color Palette
Cron Job
Date & Time Box
Date & Time Picker
Form
Image Editor
Json Viewer
Number Box
One time password
Paint
Password Box
Phone Box
Query Builder
Range Slider
Rate Picker
Rest Api Generator
Search Box
Select Box
Selection List
Step Wizard
Switch
Tag Box
Text Box
Textarea
Tree View
Uploader
WYSIWYG
Navigation & Layout
Avatar
Badge
Bottom Navigation
Breadcrumb
Calendar
Chips
Circular Progress
Collapse
Comment
Conversation
Data Pager
Data Table
Drawer
File Explorer
Grid Layout Builder
Image
KBD
List
Loading
Map
Media Viewer
Navbar
Picker
Popover
Popup
Progress Bar
Qrcode
Rail Navigation
Result
Skeleton
Sliding Item
Tabs
Tag
Time Line
Toolbar
Tooltip
Dialog & Notifications
Alert
Dialog
Loading Dialog
Notification
Toast

Password Box

import { AXPasswordBoxModule } from '@acorex/components/password-box'; Password Box component is a specialized input field designed for securely capturing user passwords. It incorporates essential features to enhance usability, accessibility, and security while maintaining a user-friendly interface.

Overview

In this section, you can test different options of this component and see the output in real time
Fragile
At least 8 characters English upper case letter English lower case letter Digits (0-9) Special character(%,#...)
Solid

Usage

A simple example of using ax-password-box
Preview
Code

Strength Validation

This feature visually indicates the strength of the password.
Preview
Code

Clear Button

You can use ax-clear-button decorator for adding clear button to password box.
Preview
Code

Read Only and Disable state

You can pass a boolean to read only and disable property for active and deactivate them.
Preview
Code

Toggle Button

You can pass a boolean to showToggleButton property for toggle show password button.if you do not pass it the default value is 'true'
Preview
Code

Auto Complete

You can pass 'current-password' or 'new-password' or 'one-time-code' or 'off' values to auto complete property.if you do not pass it the default value is 'off'
Preview
Code

Copyright ©2017-2025 ACoreX Labs Inc.

On this page