From ce90be19ee2f0ea10975f4efd49549c3da8c8f24 Mon Sep 17 00:00:00 2001 From: Prabhu Murthy Date: Fri, 24 Jun 2022 01:08:14 +0530 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa3af2c..4c0ee1f 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ The example shows a simple wizard with two pages. | `pages` | Collection of [Page](#Page) object | | | `strict` | Validation rules are applied to all inputs that have been marked for validation or that are required.
The component prevents the user from moving on until the current step's errors have been fixed. | false | | `theme` | [Theme](#🎨-theme) object for customized styling | | -| `silent` | Validation errors are flagged subtly. Validation messages are displayed only when the mouse is hovered over the field. | | +| `silent` | Validation errors are flagged subtly. Validation messages are displayed only when the mouse is hovered over the field. | false | | `RTL` | Enables right to left mode | false | ## Page