Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. fogx
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Groups 0

    fogx

    @fogx

    0
    Reputation
    5
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    fogx Follow

    Latest posts made by fogx

    • QField maxlength prop not working

      The QField slot maxlength doesn’t seem to be working? the api states that this can be defined to limit the character amount.
      https://quasar.dev/vue-components/field#QField-API

      <q-field maxlength=5> 1234567890A1234567890</q-field>

      posted in Help
      F
      fogx
    • RE: Does quasar come with any Sytlus Mixins available/documented (e.g. for Breakpoints)?

      @s-molinari the question kind of remains,
      (how) can the predefined quasar classes be used as a mixin in other stylus classes (through the use of @extend for example)?
      https://stylus-lang.com/docs/extend.html
      something like this does not currently work (?):
      .test {
      @extend .col-6, .q-pa-md;
      }
      it would be nice to be able to just reuse the given classes instead of writing the style again with the variables.
      related -> https://github.com/quasarframework/quasar/issues/2131

      posted in Framework
      F
      fogx
    • slot for qInput validation error

      Hi,
      i would like to use a different color than .text-negative when the user does not enter a value correctly inside a qInput field. Currently the qInput gets a .text-negative class when the rule is not fullfilled. Is there a slot in qInput to change the error state color, like the color=“primary” slot?

      posted in Help
      F
      fogx