mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
Fix incorrect label text on form elements docs page (#2334)
Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
5
.changeset/short-balloons-smile.md
Normal file
5
.changeset/short-balloons-smile.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/docs": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix incorrect label text on form elements docs page
|
||||||
@@ -551,7 +551,7 @@ Include a `<kbd>` in your input control to add a shortcut hint to the control.
|
|||||||
|
|
||||||
{% capture html -%}
|
{% capture html -%}
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label class="form-label">Input with appended link</label>
|
<label class="form-label">Input with appended kbd</label>
|
||||||
<div class="input-group input-group-flat">
|
<div class="input-group input-group-flat">
|
||||||
<input type="password" class="form-control" value="ultrastrongpassword" autocomplete="off" />
|
<input type="password" class="form-control" value="ultrastrongpassword" autocomplete="off" />
|
||||||
<span class="input-group-text">
|
<span class="input-group-text">
|
||||||
|
|||||||
Reference in New Issue
Block a user