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.
A
Latest posts made by anilthakakr11
-
AutoComplete result dropdown templating
-
q-layout-drawer not closing
Hi There,
Here are steps to replicate the issue.
- Open Drawer
- Decrease the browser size to mobile screen, now you will see dark area under drawer and behavior is set to ‘mobile’ automatically.
- In Dark area outside drawer, start dragging from right to left.
- 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">