Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
のような入力を使用して HTML 5 で記述されたアプリがあります<input type="number" min="0" max="12">が、これは検証されません。任意の数値を書き込むことができ、ぼかしで剥がれません。これがアプリの既知の問題であるかどうかは誰にもわかりませんか? 現在、JavaScript でフィールドを検証していますが、可能であれば HTML 5 の機能を使用したいと考えています。
<input type="number" min="0" max="12">