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. Tiago Razera
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    Tiago Razera

    @Tiago Razera

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Tiago Razera Follow

    Latest posts made by Tiago Razera

    • RE: Pass class to native component

      Thank you very much @beets !
      Sorry I didn’t see it in the docs
      Cheers

      posted in Framework
      T
      Tiago Razera
    • Pass class to native component

      Hi all, my first post here. Sorry if this is responded, I couldn’t find elsewhere.

      How do I pass a class from say a <q-input> to the native HTML <input>? Say I have this element:

      <q-input class=“my-class”></q-input>

      I need that when rendered the native component be like this:

      <input class=“my-class”/>

      Thanks in advance

      posted in Framework
      T
      Tiago Razera