You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: yesod-form/Yesod/Form/Fields.hs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -124,8 +124,8 @@ import Data.String (IsString)
124
124
125
125
importData.Char (isHexDigit)
126
126
127
-
{-# DEPRECATED radioField "This function seems to have a bug (label could not be found with byLabel algorithm)" #-}
128
-
{-# DEPRECATED checkboxesField "This function seems to have a bug (label could not be found with byLabel algorithm)" #-}
127
+
{-# DEPRECATED radioField "This function seems to have a bug (label could not be found with byLabel algorithm). Use radioField' instead." #-}
128
+
{-# DEPRECATED checkboxesField "This function seems to have a bug (label could not be found with byLabel algorithm). Use checkboxesField' instead." #-}
0 commit comments