To allow HTML5 input type = "number" to accept dashes, use a regular expression.Add the regular expression in the pattern attribute as shown below.[ 0 - 9 ] ...
確定! 回上一頁