Skip to content

Commit 96a2497

Browse files
authored
Merge pull request #3958 from martinkupa/fix-docs
[Docs] Mention required order on form controls' modifiers
2 parents 8bf59de + cce4b20 commit 96a2497

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/documentation/form/general.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,8 @@
915915
<li><code>icon is-left</code> if <code>has-icons-left</code> is used</li>
916916
<li><code>icon is-right</code> if <code>has-icons-right</code> is used</li>
917917
</ul>
918-
<p>The size of the <strong>input</strong> will define the size of the icon container.</p>
918+
<p>Make sure the input is the control's first child, otherwise the icon may disappear when selected. The size of the
919+
<strong>input</strong> will define the size of the icon container.</p>
919920
</div>
920921

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

0 commit comments

Comments
 (0)