From cce4b20117d4001865f5aa45b1d9ccf581fe1466 Mon Sep 17 00:00:00 2001 From: martinkupa Date: Fri, 10 Jan 2025 16:44:45 -0300 Subject: [PATCH] Mention required order on form controls' modifiers --- docs/documentation/form/general.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/documentation/form/general.html b/docs/documentation/form/general.html index 229b88532..bcb8ac4b9 100644 --- a/docs/documentation/form/general.html +++ b/docs/documentation/form/general.html @@ -915,7 +915,8 @@
  • 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 %}