Add unlabeled variant for multi-line input
This commit is contained in:
@@ -374,6 +374,18 @@
|
||||
>Nicht verfügbar</textarea>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="sg-state-example">
|
||||
<p class="sg-state-example__label sg-table-label">Variante ohne Label</p>
|
||||
<div class="sg-labeled-input-row">
|
||||
<textarea
|
||||
class="sg-input-multi-line sg-form-inactive-selectable"
|
||||
rows="3"
|
||||
placeholder="Mehrzeiliges Eingabefeld"
|
||||
aria-label="Mehrzeiliges Eingabefeld ohne Label ohne Eingabe"
|
||||
></textarea>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user