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. azeredobr
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 8
    • Best 0
    • Groups 0

    azeredobr

    @azeredobr

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

    azeredobr Follow

    Latest posts made by azeredobr

    • RE: How to use custom directives

      https://jsfiddle.net/s0zmL59a/2/

      posted in Framework
      A
      azeredobr
    • RE: How to use custom directives

      I can do this, but I think it’s not the better approach, but works

      el.getElementsByClassName(“q-field__native”)[0].focus()

      posted in Framework
      A
      azeredobr
    • RE: How to use custom directives

      Sorry, the directive works. If I add an alert(‘test’) in the focus directive. The el.focus that doesn’t works with on quasar components.

      posted in Framework
      A
      azeredobr
    • How to use custom directives

      When I use directive in quasar component, its doesn’t work.

      How I need to do? Or where I can find any exemplo of it?

      In the “simple input”, works ok.

      Thanks!

      <div id=“q-app”>
      <q-input v-focus type=“text” value=“123”></q-input>
      <input v-focus2 type=“text” value=“1234”>
      </div>

      new Vue({
      el: ‘#q-app’,
      directives: {
      focus: {
      inserted: function(el) {
      el.focus()
      }
      },
      focus2: {
      inserted: function(el) {
      el.focus()
      }
      }
      }
      })

      posted in Framework
      A
      azeredobr
    • RE: Desktop/keyboard navigation for components?

      @labs20 How do you do this today? With a spacial navigation custom class?

      posted in Framework
      A
      azeredobr
    • RE: Ribbon like semantic ui

      ok, thanks!

      posted in Framework
      A
      azeredobr
    • Ribbon like semantic ui

      Hi,

      I see that in the documentation of version 1.0 beta, but I cant find how to use this. Is this a component of Quasar?

      0_1551817008542_faa6a3aa-eadf-4c01-bf37-ec0f923a4a76-image.png

      posted in Framework
      A
      azeredobr
    • RE: Desktop/keyboard navigation for components?

      up

      anybody?

      posted in Framework
      A
      azeredobr