blob: 2c87b7e3659157f4251a83e6378da599d98c6f2c [file] [log] [blame]
Copybara botbe50d492023-11-30 00:16:42 +01001<!-- Numeric Textfield -->
2<form action="#">
3 <div class="mdl-textfield mdl-js-textfield">
4 <input class="mdl-textfield__input" type="text" pattern="-?[0-9]*(\.[0-9]+)?" id="sample2">
5 <label class="mdl-textfield__label" for="sample2">Number...</label>
6 <span class="mdl-textfield__error">Input is not a number!</span>
7 </div>
8</form>