0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-26 23:54:23 +01:00

Docs: update input-group border-radius documentation

This commit is contained in:
Tommaso Allegretti 2024-08-27 22:16:43 +02:00
parent 9e3137547a
commit 09860f631c

View File

@ -67,7 +67,7 @@ The `border-radius` is only applied to the first and last children of the elemen
<div class="input-group"> <div class="input-group">
<span class="input-group-text" id="visible-addon">@</span> <span class="input-group-text" id="visible-addon">@</span>
<input type="text" class="form-control" placeholder="Username" aria-label="Username" aria-describedby="visible-addon"> <input type="text" class="form-control" placeholder="Username" aria-label="Username" aria-describedby="visible-addon">
<input style="display: none;" type="text" class="form-control" placeholder="Hidden Input" aria-label="HiddenInput" aria-describedby="invisible-addon"> <input style="display: none;" type="text" class="form-control" placeholder="Hidden Input" aria-label="HiddenInput" aria-describedby="visible-addon">
</div> </div>
{{< /example >}} {{< /example >}}