add IDs to the fields
This commit is contained in:
parent
58b25c581f
commit
8c05788705
@ -49,21 +49,25 @@ async function submitRecipe() {
|
||||
<!-- Smaller details -->
|
||||
<div class="flex mt-2 h-9 space-x-2">
|
||||
<input
|
||||
id="rec-servings"
|
||||
type="number"
|
||||
class="bg-white/10 px-2 rounded-lg w-24 overflow-hidden"
|
||||
placeholder="Servings"
|
||||
/>
|
||||
<input
|
||||
id="rec-worktime"
|
||||
type="text"
|
||||
class="bg-white/10 px-2 rounded-lg w-24 overflow-hidden"
|
||||
placeholder="Work Time"
|
||||
/>
|
||||
<input
|
||||
id="rec-waititme"
|
||||
type="text"
|
||||
class="bg-white/10 px-2 rounded-lg w-24 overflow-hidden"
|
||||
placeholder="Wait Time"
|
||||
/>
|
||||
<input
|
||||
id="rec-rating"
|
||||
type="number"
|
||||
class="bg-white/10 px-2 rounded-lg w-23 overflow-hidden"
|
||||
placeholder="Rating"
|
||||
|
Loading…
x
Reference in New Issue
Block a user