mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
ux: don't confuse users by letting them type until it actually works as a combobox
This commit is contained in:
parent
7b927fa15b
commit
1897d8d51a
@ -60,7 +60,9 @@
|
||||
<div x-show="selected.length == 0" class="flex-1">
|
||||
<input placeholder="Link your other pages"
|
||||
class="bg-transparent p-1 px-2 appearance-none outline-none h-full w-full text-gray-800"
|
||||
x-bind:value="selectedValues()">
|
||||
x-bind:value="selectedValues()"
|
||||
disabled
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user