Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-09-01 10:08:48 +02:00
parent 808854169a
commit aab349b9b5
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -107,7 +107,7 @@
<EditBox placeholder="John" bind:value={newValue.firstName} on:input={isChanged}/>
<EditBox placeholder="Appleseed" bind:value={newValue.lastName} on:input={isChanged}/>
</div>
<div class="title"><EditBox placeholder="Los Angeles" bind:value={newValue.city} on:input={isChanged}/></div>
<div class="title"><EditBox placeholder="Location" bind:value={newValue.city} on:input={isChanged}/></div>
</div>
</div>
<div class="abs-lb-content">