No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar v0.17 - QChipsInput's Autocomplete not Responding to Second Click

    Help
    2
    2
    113
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      RotemBot last edited by

      When using q-autocomplete within a q-chips-input, you get unepected behaviour.
      When clicking on the input line for the first time, you get the following stream of events -
      focus (QChipsInput)-> click (QInputFrame) -> input (QPopover) -> show (QAutocomplete) -> show (QPopover)
      Then, once you select one of the autocomplete options -
      add (QChipsInput) -> selected (QAutocomplete) -> hide (QAutocomplete) -> hide (QPopover)
      Now, the QChipsInput is still focused, a blinking cursor is visible on the input line. I want to get the options list to appear again, but when I click the input line, all I get is a click event click (QInputFrame), and nothing happens. In order to get the options list to appear again, I have to trigger a blur event first.
      Is there a way to fix this?
      Thanks!

      1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman last edited by metalsadman

        @RotemBot as the guys is more focused on v1 now, you probably would have to go for a work around, something like using a ref to trigger methods/manipulate how your q-chips-input behaves.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post