You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`filament-otp-input` is a package built for [Filament](https://filamentphp.com) that provides an enhanced password input form component that offers you the ability to add the following
10
12
features to your password inputs:
11
13
@@ -26,7 +28,6 @@ You can install the package via composer:
26
28
composer require hasan-ahani/filament-otp-input
27
29
```
28
30
29
-
30
31
## Usage
31
32
Inside a form schema, you can use the Otp input like this:
32
33
```php
@@ -44,7 +45,8 @@ public function form(Form $form): Form
44
45
}
45
46
```
46
47
The code above will render a otp input inside the form.
47
-

48
+
49
+

48
50
49
51
## Number input
50
52
If you want to change number input, The following code will render the inputs of use number:
@@ -64,6 +66,7 @@ public function form(Form $form): Form
64
66
}
65
67
```
66
68
The code above will render a otp input inside the form.
0 commit comments