2024-06-30 22:47:28 +03:00
|
|
|
<input type="text" id="filter" autocomplete="off" />
|
|
|
|
<br />
|
|
|
|
<input
|
|
|
|
type="radio"
|
|
|
|
id="searchResult"
|
|
|
|
name="search"
|
|
|
|
autocomplete="off"
|
2024-07-01 18:24:37 +03:00
|
|
|
value="commands"
|
2024-06-30 22:47:28 +03:00
|
|
|
checked
|
|
|
|
/>
|
|
|
|
<label for="searchResult">Result</label>
|
|
|
|
|
|
|
|
<input
|
|
|
|
type="radio"
|
|
|
|
id="searchIngredients"
|
|
|
|
autocomplete="off"
|
|
|
|
value="ingredients"
|
|
|
|
name="search"
|
|
|
|
/>
|
|
|
|
<label for="searchIngredients">Ingredients</label>
|
|
|
|
|
|
|
|
<input
|
|
|
|
type="radio"
|
|
|
|
id="searchAbilities"
|
|
|
|
autocomplete="off"
|
|
|
|
value="abilities"
|
|
|
|
name="search"
|
|
|
|
/>
|
|
|
|
<label for="searchAbilities">Abilities</label>
|