Commit 5076c5d
fix(OtpInput): typo in character validation for OtpInput (#7240)
* Fix typo in character validation for OtpInput
The letter 'G' is missing, meaning it is not possible to input only 'G' in OtpInput.
Signed-off-by: trapezoid <[email protected]>
* chore: bump version 10.1.1
---------
Signed-off-by: trapezoid <[email protected]>
Co-authored-by: Argo Zhang <[email protected]>1 parent 292ceeb commit 5076c5d
File tree
2 files changed
+2
-2
lines changed- src/BootstrapBlazor
- Components/Input
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments