Lib: Disable text input in Dropdown component

This commit is contained in:
2024-12-14 15:51:48 +01:00
parent b08b73b337
commit 66d2d9b878

View File

@ -69,6 +69,7 @@
<input
use:popup={popup_settings}
type="text"
readonly
value={get_label(input_variable) ?? placeholder}
{...restProps}
/>