Lib: Disable text input in Dropdown component
This commit is contained in:
@ -69,6 +69,7 @@
|
|||||||
<input
|
<input
|
||||||
use:popup={popup_settings}
|
use:popup={popup_settings}
|
||||||
type="text"
|
type="text"
|
||||||
|
readonly
|
||||||
value={get_label(input_variable) ?? placeholder}
|
value={get_label(input_variable) ?? placeholder}
|
||||||
{...restProps}
|
{...restProps}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user