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

    Add style and class extender to q-input

    Framework
    1
    2
    893
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • fsgiudice
      fsgiudice last edited by fsgiudice

      Hi @rstoenescu,
      may you add style and class extender props so it is possible to pass own classes and styles to <input> ?
      At the moment I need to convert to uppercase an input text field and in vanilla html I can do:

      style="text-transform:uppercase"
      

      Actually I cannot add uppercase class to q-input
      TIA

      1 Reply Last reply Reply Quote 0
      • fsgiudice
        fsgiudice last edited by

        Found how add styles via attributes prop:

        :attributes="{'style': 'text-transform: uppercase;'}"
        

        but should be usefull extend classes too.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post