Thank you very much @beets !
Sorry I didn’t see it in the docs
Cheers
T
Latest posts made by Tiago Razera
-
RE: Pass class to native component
-
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