From e5e7ed5c68d44be5a04102c53f908f6e10853200 Mon Sep 17 00:00:00 2001 From: Pratik Agrawal Date: Tue, 1 Oct 2024 11:49:49 +0530 Subject: [PATCH] Fix typo in pwd input (#10851) --- docs/docs/widgets/password-input.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/widgets/password-input.md b/docs/docs/widgets/password-input.md index ecb57df331..85b0853165 100644 --- a/docs/docs/widgets/password-input.md +++ b/docs/docs/widgets/password-input.md @@ -5,7 +5,7 @@ title: Password Input The **Password Input** component allows users to enter passwords securely. In this component, passwords are concealed, displaying each character as an asterisk to ensure privacy. In this document, we'll go through all the configuration options for the **Password Input** component. -
+
## Properties |
Property
|
Description
|
Expected Value
|