Page 1 of 1

Show combo box list on focus

Posted: Tue Feb 21, 2023 1:10 pm
by hdavolt
HI,

I am trying to automatically show a combo box list when a user clicks or tabs into a field. I am using

Code: Select all

getObj(this.parentElement.id).comboBoxWidget.showChoices();
in the onfocus event, but it is not working as expected. When clicking on the element, the list appears briefly and then disappears. The list shows normally when tabbing into a field. Any thoughts?