allow using "?" in ID as a placeholder for next available number

This commit is contained in:
jomo 2022-08-11 02:51:11 +02:00
parent 196269aa38
commit ade2219469
2 changed files with 14 additions and 3 deletions

View file

@ -10,7 +10,7 @@
<body>
<h1><a href="../">in?</a></h1>
<form id="form">
<label for="id">ID</label>
<label for="id">ID</label> (use ? as placeholder for next available number)
<input id="id" type="text" placeholder="loading...">
<label for="is_in">Is in</label>