This commit is contained in:
Leonhard Strohmidel
2020-07-31 19:52:57 +02:00
parent 10c3b3179e
commit 6413492586
4 changed files with 140 additions and 5 deletions

View File

@@ -25,6 +25,11 @@
<input type="text" id="input123" class="LP-Input__Field"/>
<span class="LP-Input__Message">Field is required</span>
</span>
<span class="LP-Form__Field LP-Form__Field--narrower LP-Input">
<label for="input123" class="LP-Input__Label">Disabled</label>
<input type="text" id="input123" class="LP-Input__Field" disabled="disabled"/>
<span class="LP-Input__Message">Field is required</span>
</span>
</div>
<div class="LP-Form__Composition">