-
Beta Was this translation helpful? Give feedback.
Answered by
ArgoZhang
May 6, 2025
Replies: 2 comments 3 replies
-
@Ddd-Jw could you provide a simple repro project? |
Beta Was this translation helpful? Give feedback.
1 reply
-
It is recommended to use project templates for project creation follow the below link in your project please remove the below style in
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Ddd-Jw missing
Required
attributeBTW: can't input the
a
inBootstrapInputNumber
this is browser behavior.if you wanna validate
a
inBootstrapInput
you should addRegex
attribute. Use regular expressions to determine whether user input is legal.