Disable autocorrect and autocapizalize in search field
This commit is contained in:
@@ -10,6 +10,8 @@
|
|||||||
value={@record_list_params.query}
|
value={@record_list_params.query}
|
||||||
placeholder="Search"
|
placeholder="Search"
|
||||||
phx-debounce="500"
|
phx-debounce="500"
|
||||||
|
autocorrect="off"
|
||||||
|
autocapitalize="none"
|
||||||
/>
|
/>
|
||||||
</form>
|
</form>
|
||||||
<.link patch={~p"/records/import"}>
|
<.link patch={~p"/records/import"}>
|
||||||
|
|||||||
Reference in New Issue
Block a user