From e619b8d6ffe46f4b5a34d6913e60e129679b78b6 Mon Sep 17 00:00:00 2001 From: Burtannia Date: Tue, 17 Nov 2020 21:00:42 +0000 Subject: [PATCH] Updated since annotations in docs --- yesod-form-multi/Yesod/Form/MultiInput.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yesod-form-multi/Yesod/Form/MultiInput.hs b/yesod-form-multi/Yesod/Form/MultiInput.hs index 096a8a6b..70f39d96 100644 --- a/yesod-form-multi/Yesod/Form/MultiInput.hs +++ b/yesod-form-multi/Yesod/Form/MultiInput.hs @@ -47,7 +47,7 @@ instance ToJavascript Text where toJavascript = toJavascript . toJSON -- You can override this by specifying an alternative value in a class -- which is then passed inside 'MultiSettings'. -- --- @since 1.6.0 +-- @since 1.7.0 data MultiSettings site = MultiSettings { msAddClass :: !Text -- ^ Class to be applied to the "add another" button. , msDelClass :: !Text -- ^ Class to be applied to the "delete" button. @@ -85,7 +85,7 @@ data MultiSettings site = MultiSettings -- > flex-direction: row; -- > } -- --- @since 1.6.0 +-- @since 1.7.0 data MultiView site = MultiView { mvCounter :: FieldView site -- ^ Hidden counter field. , mvFields :: [FieldView site] -- ^ Input fields.