function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
S@uravvS@uravv 

Favorite More Options Saurav Kumar (q) asked in #Salesforce Developer Accessibility in Lightning component dynamic combobox Hi All, I am seeking some advice from you. I am facing an issue. On our experience site, the keyboard accessibility is not wor

I am using Aura component to create the form. The last element of form has a dynamic picklist which shows the products. 
The users who are unable to use the experience site normally will use the keyboard keys to access. On this very element when user enters something and the popup of related products are shown the focus does not get automatically shifted there Also the up key and down arrow keys are not working to scroll through the popup.

Earlier the search component was done through ui:inputtext, but since that is deprictaed I used Lightning:Input tag and Populated various ARIA attrbutes.

But somehow, it is not working.

Can you please help?
S@uravvS@uravv
Can anyone give some suggestions?