I would like to prevent e and . to be type in an <input type="number"/> . Without jQuery or using step attribute. I've tried with pattern="[0-9]" but it's ...
確定! 回上一頁