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