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

    jeffc

    @jeffc

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

    jeffc Follow

    Latest posts made by jeffc

    • RE: Changing size of text within q-input

      Scott, it’s in the design. benoitranque - which stylus variables apply here - couldn’t find any that fit?

      posted in Help
      J
      jeffc
    • Changing size of text within q-input

      I’m just getting started with Quasar 0.14 and it’s really nice. I have a simple “getting started” question. How do I change the text size of the text within a q-input.

      In my template…
      <q-input class=“zip-input” v-model=“value” autofocus placeholder=“zip code” align=“center” :before="[{icon: ‘mail’, handler () {}}]"/>

      In my style…
      .zip-input
      {
      margin-top: 50px;
      height: 50px;
      font-size: 32px;
      }

      The result, the text is clipped.
      zipclip

      Thanks in advance, Jeff.

      posted in Help
      J
      jeffc