Attribute ordering
All checks were successful
/ Build App (pull_request) Successful in 49s

This commit is contained in:
Valentin Brandl 2024-07-30 19:10:47 +02:00
parent cd59f73353
commit d6769f392a
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -56,8 +56,8 @@
<div class="control">
<AutoComplete
id="name"
placeholder="Name"
name="name"
placeholder="Name"
create={true}
bind:selectedItem={selectedName}
bind:text={selectedName}