Whenever I am using my DropDownList in the UI, it displays data as expected. However, when I attempt to select text from the dropdown by pressing the Enter key, it does not work and move to the next input control like it should.
Selecting text with the Tab key or mouse is working fine. This issue seems to be occurring only in specific areas of my page and project.
I have attempted troubleshooting by removing CSS styles and searching online for a solution, but unfortunately, I have been unable to identify the root cause of the problem or find a definitive answer.