primevue icon indicating copy to clipboard operation
primevue copied to clipboard

AutoComplete: problem with completeOnFocus

Open lipiniak opened this issue 2 years ago • 0 comments

Describe the bug

Autocomplete component not showing box after focusing with data in input. Component have completeOnFocus set on true.

Complete event is starting but search query is empty. I noticed that focusing back on input is using PointerEvent and typing in input witch works fine is using InputEvent.

Selected complete event after focusing on input by clikcing on it. Zrzut ekranu 2022-07-6 o 08 28 11

Reproducer

No response

PrimeVue version

3.15.0

Vue version

3.x

Language

ALL

Build / Runtime

Vue CLI App

Browser(s)

Chrome

Steps to reproduce the behavior

  1. Type in AutoComplete input
  2. Select option
  3. change focus
  4. set focus back to AutoComplete

Expected behavior

After focusing on input component should show autocomplete box with data.

lipiniak avatar Jul 06 '22 06:07 lipiniak