Currently I have a comboBox with sections that the user can select. I would like to disable all the sections, but have the ability to view them. I tried using setDisable, but that wont let the user view the available sections.
This is used in a program that has steps. The user would be able to see what step they are on, but not be able to change their step. However an admin that wants to test the program should have the ability to freely select whatever step they want.
How can I achieve this? Is there a better element to use?