I have an accordion component that contians 3 tabs…each tab contains a list…the first list is a list of exhibitor names…the second tab has a list with booth numbers…the third tab has a list with categories…I have a text field below the accordion that searches the lists and returns what it finds…however I do not want the user to be able to type anything when the 3rd accordion tab is open…is there a method to disable input on a dynamic text field? (in effect this would be “grayed” out like some menu options in windows sometimes are…)
Any ideas?