Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 292 Bytes

File metadata and controls

7 lines (7 loc) · 292 Bytes
<input name="projectFilter" pattern="[0-9*]"
                    oninput="javascript: if (this.value.length > this.maxLength) this.value = this.value.slice(0, this.maxLength);"
                    type = "number"
                    maxlength = "5"
                />