From: martinkupa Date: Fri, 10 Jan 2025 19:44:45 +0000 (-0300) Subject: Mention required order on form controls' modifiers X-Git-Tag: 1.0.4~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3958%2Fhead;p=thirdparty%2Fbulma.git Mention required order on form controls' modifiers --- diff --git a/docs/documentation/form/general.html b/docs/documentation/form/general.html index 229b8853..bcb8ac4b 100644 --- a/docs/documentation/form/general.html +++ b/docs/documentation/form/general.html @@ -915,7 +915,8 @@ variables_keys:
  • icon is-left if has-icons-left is used
  • icon is-right if has-icons-right is used
  • -

    The size of the input will define the size of the icon container.

    +

    Make sure the input is the control's first child, otherwise the icon may disappear when selected. The size of the + input will define the size of the icon container.

    {% include docs/elements/snippet.html content=icons_example clipped=true %}