mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-09 09:41:37 +00:00
fix: add missing input
This commit is contained in:
parent
7d16fe5b6a
commit
bfb3e3a870
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ $: selectedSchool.name = schoolName;
|
||||||
</span>
|
</span>
|
||||||
<!-- TODO -->
|
<!-- TODO -->
|
||||||
<!-- <AutoComplete items={schools} bind:selectedItem={schoolName} /> -->
|
<!-- <AutoComplete items={schools} bind:selectedItem={schoolName} /> -->
|
||||||
|
<input type="text" bind:value={schoolName} />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
<span>Obor: </span>
|
<span>Obor: </span>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue