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. abdelaziz18003
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Groups 0

    abdelaziz18003

    @abdelaziz18003

    0
    Reputation
    203
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    abdelaziz18003 Follow

    Latest posts made by abdelaziz18003

    • DEV vs Production code in quasar 0.15 ?

      I can not find an alternative to DEV vs Production code in quasar 0.15.
      For example, how to do something like this:

      let string = DEV ? 'I am running on dev' : 'I am running on production';
      
      posted in Framework
      A
      abdelaziz18003
    • RE: <q-input /> with float-label has no margin or padding top

      thanks @a47ae @benoitranque @mitchellmonaghan … I didn’t see that the default margin in removed in 0.15 and I thought there is something wrong with me. problem solved. Thanks

      posted in Framework
      A
      abdelaziz18003
    • <q-input /> with float-label has no margin or padding top

      I am migrating from quasar 0.14.7 to 0.15.6. I am seeing a weird behaviour concerning <q-input /> elements so there is no margin or padding above them and they are looking stack to each other (see the image below)

      0_1520779348962_Untitled.png

      On <q-input /> documentation page it looks OK on the preview mobile screen. But when I took a snippet from it’s source code to jsfiddle I saw the same behaviour I was seeing when migrating. Is there anything I am doing wrong ?

      issue on jsFiddle

      posted in Framework
      A
      abdelaziz18003