allow using "?" in ID as a placeholder for next available number
This commit is contained in:
parent
196269aa38
commit
ade2219469
2 changed files with 14 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue