From 1897d8d51ad0828a4eec3a4cbb6245ccd2fe8550 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Mon, 22 May 2023 16:45:25 -0700 Subject: [PATCH] ux: don't confuse users by letting them type until it actually works as a combobox --- app/views/content/form/field_types/_link.html.erb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/views/content/form/field_types/_link.html.erb b/app/views/content/form/field_types/_link.html.erb index 23cf46d4..7cc83139 100644 --- a/app/views/content/form/field_types/_link.html.erb +++ b/app/views/content/form/field_types/_link.html.erb @@ -60,7 +60,9 @@
+ x-bind:value="selectedValues()" + disabled + />