From 02a071be287e3c6196f3d06a3e1fed7bccdca22f Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 10 Oct 2024 10:59:03 +0100 Subject: [PATCH] Disable autocorrect and autocapizalize in search field --- lib/music_library_web/live/record_live/index.html.heex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/music_library_web/live/record_live/index.html.heex b/lib/music_library_web/live/record_live/index.html.heex index 69476be1..41dbee47 100644 --- a/lib/music_library_web/live/record_live/index.html.heex +++ b/lib/music_library_web/live/record_live/index.html.heex @@ -10,6 +10,8 @@ value={@record_list_params.query} placeholder="Search" phx-debounce="500" + autocorrect="off" + autocapitalize="none" /> <.link patch={~p"/records/import"}>