Skip to content

Commit

Permalink
Merge pull request #3958 from martinkupa/fix-docs
Browse files Browse the repository at this point in the history
[Docs] Mention required order on form controls' modifiers
  • Loading branch information
jgthms authored Jan 17, 2025
2 parents 8bf59de + cce4b20 commit 96a2497
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/documentation/form/general.html
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,8 @@
<li><code>icon is-left</code> if <code>has-icons-left</code> is used</li>
<li><code>icon is-right</code> if <code>has-icons-right</code> is used</li>
</ul>
<p>The size of the <strong>input</strong> will define the size of the icon container.</p>
<p>Make sure the input is the control's first child, otherwise the icon may disappear when selected. The size of the
<strong>input</strong> will define the size of the icon container.</p>
</div>

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

0 comments on commit 96a2497

Please sign in to comment.