Compare commits
2 Commits
6636bd5ba6
...
41ed715b9a
| Author | SHA1 | Date |
|---|---|---|
|
|
41ed715b9a | |
|
|
69b5653952 |
|
|
@ -343,6 +343,8 @@
|
|||
// return false
|
||||
// }
|
||||
|
||||
console.log('inputValueinputValueinputValue', inputValue)
|
||||
|
||||
const regex = /^\d+$/
|
||||
|
||||
if (!regex.test(inputValue)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue