Can I set input Flag for TextField? #2237
NgVThangBz
started this conversation in
General
Replies: 1 comment 4 replies
-
Is this helping?
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
let's say I have a text file and I only want to receive numbers, but TextFiled doesn't have a setInputFlag() property,
of course I can addEventListener(), and remove the invalid characters,
but is there a better way to solve it?
Beta Was this translation helpful? Give feedback.
All reactions