How to allow only numbers in textbox in reactjs?

后端 未结 7 560
感情败类
感情败类 2020-12-03 05:03

How to allow only numbers in textbox in reactjs using regular expression only?

7条回答
  •  一向
    一向 (楼主)
    2020-12-03 05:49

    The answer provided by Mayank Shukla is correct, no doubt about it.


    But instead of it, you can just use the default html property type="number".

    No need to use regex in this case as will accept only numbers.

提交回复
热议问题