我有一個input type=number
用於選擇一年應該加載空:設置默認值[數字]
<input type="number" placeholder="Select year" min="1930" max="2015" required
ng-custom-mask="9999" />
當用戶通過箭頭鍵選擇年,它開始在最小值:1930 。它喜歡1980年的東西。
如何設置自定義「開始」號碼輸入[號碼]?
(任何HTML5,JavaScript的(甚至AngularJS)就好了)
將是很好,但我需要的是場空負荷.. –