fenbox opened a new issue, #1417: URL: https://github.com/apache/answer/issues/1417
## Is your enhancement request related to a problem? Please describe * Admin -> Write: When using numeric controls, negative numbers can be entered. * Admin -> Privileges: The current type is text, and the numeric keyboard cannot be directly called under the touch control system. ## Describe the solution you'd like * Set the `min|max` values on the front-end when necessary. * Use `number` type forms where numbers are involved. ``` <input type="number" min="xxx" max="xxx"> ``` https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/input/number -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
