Skip to main content
Inspiring
August 26, 2014
Answered

Combobox disable Label

  • August 26, 2014
  • 2 replies
  • 481 views

I would like to disable a combobox once the user is selected a item.

on CHANGE event I used enable = false.

it is disabling, graying out, but the text also disappears.

I would like to display the text user selected last, but he can select only once.

Please guide me.

This topic has been closed for replies.
Correct answer Ned Murphy

I do not see the selected item disappearing when the box is disabled, though it does turn gray as well.  If that is what you see then maybe you could just remove it or make it invisible and relace it with a textfield.

2 replies

Inspiring
August 26, 2014

Is it possible to change color of a selected item in a combobox.

Inspiring
August 26, 2014

The disable label disappears only if I use the embed font.

Ned Murphy
Ned MurphyCorrect answer
Legend
August 26, 2014

I do not see the selected item disappearing when the box is disabled, though it does turn gray as well.  If that is what you see then maybe you could just remove it or make it invisible and relace it with a textfield.