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
    1. Home
    2. johnm
    J
    • Profile
    • Following 1
    • Followers 0
    • Topics 3
    • Posts 6
    • Best 0
    • Groups 0

    johnm

    @johnm

    0
    Reputation
    3
    Profile views
    6
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    johnm Follow

    Latest posts made by johnm

    • RE: How to add a label to an q-icon?

      @beets Yeah looks good. thanks!

      posted in Framework
      J
      johnm
    • RE: How to add a label to an q-icon?

      @beets My current use case is for rendering the icon inside of a q-input. I’d like the user to know what the icon is for.

      q-item-label seems to work but I want it below the icon

      https://codepen.io/johnm_cp/pen/KKNgGvR?editors=101

      posted in Framework
      J
      johnm
    • How to add a label to an q-icon?

      How can I add a label to an icon like samples in the image below?

      washing-icons.png

      posted in Framework
      J
      johnm
    • Retain input value when clicking outside of q-select

      How can I retain the value that I type into the q-select after I lose focus? Specifically after clicking outside of the q-select.

      https://codepen.io/johnm_cp/pen/WNoQdNd

      posted in Framework
      J
      johnm
    • RE: Trigger q-select with other keys aside from the default ENTER

      @metalsadman I’d like to rephrase a little bit. Given your codepen code, how can I let TAB trigger createValue? Currently, only ENTER can trigger that function.

      My use case is I want to validate the value before calling done() or before adding the input value as a chip to the q-select.

      https://codepen.io/metalsadman/pen/jOMexgy

      posted in Framework
      J
      johnm
    • Trigger q-select with other keys aside from the default ENTER

      I am using the q-select as an input field where users can enter values.

      https://quasar.dev/vue-components/select#Create-new-values

      Currently, the @new-value listener is triggered with using the ENTER key.

      How can I modify so that it also listens to other keys such as tab or escape?

      posted in Framework
      J
      johnm