ucan-lab / tips

5 stars 0 forks source link

HTML 入力文字制限 #64

Open ucan-lab opened 5 years ago

ucan-lab commented 5 years ago

半角英数のみ

<input pattern="^[0-9A-Za-z]+$">

半角数字のみ

<input pattern="^[0-9]+$">