2020-08-01 00:09:34 +02:00
|
|
|
<div class="LP-Input LP-Input{{modifier}}">
|
|
|
|
<label for="input123" class="LP-Input__Label">{{label}}</label>
|
2020-08-21 12:08:51 +02:00
|
|
|
<input type="text" id="input123" class="LP-Input__Field" placeholder="{{placeholder}}">
|
2020-08-17 15:39:17 +02:00
|
|
|
{{#if disabled}}
|
|
|
|
disabled="disabled"
|
|
|
|
{{/if}}
|
|
|
|
/>
|
|
|
|
{{#if message}}
|
2020-07-31 23:12:29 +02:00
|
|
|
<span class="LP-Input__Message">{{message}}</span>
|
2020-08-17 15:39:17 +02:00
|
|
|
{{/if}}
|
2020-07-31 16:54:35 +02:00
|
|
|
</div>
|