How to display the dropdown as soon as a user click on an autocomplete?

Hi, I’m using an autocomplete and I want:

  1. the user to be able to see the full list of value when autocomplete value is empty
  2. the user to be able to see the fitlered list when focus out of the input and come back

Curently the main issue is that the autocomplete doesn’t show a list when you click on it.

I’ve try to use dmx-on:click on the div but it doesn’t work I need to use a parent. And I can’t find a method on the autocomplete to show the list (there is “only” focus, validate, setValue, and disabled).

If someone have an idea or a lead?

Community Page
Last updated: