Show lable/text if the combo box contains only a single value

62 Views Asked by At

I have a combo box that contains a dynamic list of values.

I would like to do this:

if there is only single value - the combo box will be displayed as text only (maybe: will be replaced with a "label" or something similar) and will not give any choice but will only display.

What is the easiest and most convenient way to implement this?

Thank you

0

There are 0 best solutions below