Lib: Disable text input in Dropdown component

This commit is contained in:
2024-12-23 16:15:27 +01:00
parent b08b73b337
commit 66d2d9b878
+1
View File
@@ -69,6 +69,7 @@
<input
use:popup={popup_settings}
type="text"
readonly
value={get_label(input_variable) ?? placeholder}
{...restProps}
/>