Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. lucasfernog
    L
    • Continue chat with lucasfernog
    • Start new chat with lucasfernog
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    lucasfernog

    @lucasfernog

    0
    Reputation
    11
    Posts
    17
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    lucasfernog Follow

    Posts made by lucasfernog

    • RE: How to select text on focus in a QInput

      I think you would need to use something like https://github.com/vueComponent/vue-ref

      <template>
      <q-input v-model=“text” v-ref=“ref => this.qInput = ref” @focus=“qInput.select()” />
      </template>

      posted in Help
      L
      lucasfernog
    • RE: How to select text on focus in a QInput

      Haha my bad, I misunderstood

      posted in Help
      L
      lucasfernog
    • RE: How to select text on focus in a QInput

      I think you need to use “@focus.native” instead of “@focus”

      posted in Help
      L
      lucasfernog
    • RE: Quasar v1.0 beta has arrived

      Can we have a dark theme? Maybe something like this.$q.theme.dark = true, and components with their default “dark” props with that value

      posted in Announcements
      L
      lucasfernog
    • RE: Stacking dialog

      Oops, my bad. thank you

      posted in Help
      L
      lucasfernog
    • Stacking dialog

      Does Quasar support stacking dialogs e.g. opening a dialog from another?

      posted in Help
      L
      lucasfernog
    • RE: Laravel + Quasar 1.0 with Quasar CLI

      I will try to do that with the CLI

      posted in Starter Kits
      L
      lucasfernog
    • RE: Laravel + Quasar 1.0 with Quasar CLI

      I would like to have both in the same repository, like Laravel default template (Maybe with Laravel mix), I dont know if Quasar supports it

      posted in Starter Kits
      L
      lucasfernog
    • Laravel + Quasar 1.0 with Quasar CLI

      Can you guys help me? I’m starting a Laravel project with Quasar and I would like to use the CLI features… is there such a starter kit coming?

      posted in Starter Kits
      L
      lucasfernog
    • RE: Quasar v1.0 beta1 in a few days

      I just checked out the new docs building from the repository and it’s awesome!

      posted in Announcements
      L
      lucasfernog