2024-06-30 11:11:51 +03:00
|
|
|
<input type="text" id="filter" autocomplete="off" />
|
2024-06-29 22:56:26 +03:00
|
|
|
<br />
|
|
|
|
<input
|
|
|
|
type="radio"
|
|
|
|
id="searchResult"
|
|
|
|
name="search"
|
|
|
|
autocomplete="off"
|
|
|
|
value="result"
|
|
|
|
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>
|