From 419111258d35fd980db560efbded50636708f769 Mon Sep 17 00:00:00 2001 From: thanos Date: Sun, 7 Dec 2025 22:38:48 -0500 Subject: [PATCH] closed ##1698 - Backpex.Fields.Currency behaving incorrectly --- lib/backpex/html/form.ex | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/backpex/html/form.ex b/lib/backpex/html/form.ex index dd21ce354..ed61d2fec 100644 --- a/lib/backpex/html/form.ex +++ b/lib/backpex/html/form.ex @@ -231,8 +231,7 @@ defmodule Backpex.HTML.Form do @input_class || "[&_>_input]:input [&_>_input]:w-full", @errors != [] && (@error_class || "[&_>_input]:input-error [&_>_input]:bg-error/10") ]}> - - + <.error :for={msg <- @errors} :if={not @hide_errors}>{msg}