Hi all,
I'm looking for the way to make the value of a ComboBox unchangeable. As you know, setting editable? option to false allows selecting the list or pressing the up and down keys to change the value, so I cannot choose this way. Likewise, I don't want to disable a ComboBox because a loss of ability to select and copy its text.
I considered the way to just replace the ComboBox with a text when it need to be unchangeable, but I'd like to use a ComboBox as is if possible.
I'm looking for the way to make the value of a ComboBox unchangeable. As you know, setting editable? option to false allows selecting the list or pressing the up and down keys to change the value, so I cannot choose this way. Likewise, I don't want to disable a ComboBox because a loss of ability to select and copy its text.
I considered the way to just replace the ComboBox with a text when it need to be unchangeable, but I'd like to use a ComboBox as is if possible.