From 2c234cb84a912274f0704ce0445d1bf5c605048a Mon Sep 17 00:00:00 2001 From: Andrey Troeglazov Date: Tue, 6 Aug 2024 14:01:46 +0700 Subject: [PATCH] Add empty option value to styledSelectFormField for required html validation --- IHP/View/CSSFramework.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IHP/View/CSSFramework.hs b/IHP/View/CSSFramework.hs index 45fcbb77d..62dbe7421 100644 --- a/IHP/View/CSSFramework.hs +++ b/IHP/View/CSSFramework.hs @@ -179,7 +179,7 @@ instance Default CSSFramework where autofocus={autofocus} {...additionalAttributes} > - + {forEach (options fieldType) (getOption)}