0

I'm trying to use ace:autoCompleteEntry but it doesn't seem to work. I use it as simple as possible by just having a f:selectItems child. If I change the component to h:selectOneMenu then everything works fine so there is nothing wrong with f:selectItems. My question is if anyone has worked with the component and can confirm that is working.

user579674
  • 2,159
  • 6
  • 30
  • 40

2 Answers2

0

I don't know if it can be of any help but I had the same issue and I just found out that ace:autoCompleteEntry doesn't work if it's inside an ace:tabSet. Was that your case?

It works well with ice:panelTabSet instead.

Mihai Iorga
  • 39,330
  • 16
  • 106
  • 107
0

based on my experiment,

just add <ace:ajax execute="@this" /> under f:selectItems (inside ace:autoCompleteEntry)

it will activate its dropdown

Mozquito
  • 35
  • 1
  • 10