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

    anilthakakr11

    @anilthakakr11

    0
    Reputation
    146
    Profile views
    2
    Posts
    1
    Followers
    0
    Following
    Joined Last Online

    anilthakakr11 Follow

    Latest posts made by anilthakakr11

    • AutoComplete result dropdown templating

      Is there any way to apply custom html to the autocomplete result list? I know QList and QItem’s properties can be used, but I want to have my own html for each Item. Like if you see any Autocomplete, It will highlight typed character’s in result list, which is not possibile without custom HTML.

      posted in Framework
      A
      anilthakakr11
    • q-layout-drawer not closing

      Hi There,

      Here are steps to replicate the issue.

      1. Open Drawer
      2. Decrease the browser size to mobile screen, now you will see dark area under drawer and behavior is set to ‘mobile’ automatically.
      3. In Dark area outside drawer, start dragging from right to left.
      4. Now drawer will become non responsive, there is no way to close it.

      Is anyone having solution for this?

      Here is my drawer setup:

      <q-layout-drawer :no-swipe-open=“true” :no-swipe-close=“true” overlay side=“right” v-model=“leftDrawerOpen” :content-class="$q.theme === ‘mat’ ? ‘bg-grey-2’ : null">

      posted in Framework
      A
      anilthakakr11