Digite 1 campo de número máximo de dígitos
<input type="text" maxlength="1" oninput="this.value=this.value.replace(/[^0-9]/g,'');" />
Run code snippet
Friendly Fowl
<input type="text" maxlength="1" oninput="this.value=this.value.replace(/[^0-9]/g,'');" />
Run code snippet