We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de8c90 commit e81547bCopy full SHA for e81547b
mobile/src/components/events/AvailableEventsList.vue
@@ -1,5 +1,8 @@
1
<template>
2
- <ion-segment :value="currentCategoryRef" class="tabsSelection _sticky" @ion-change="(event) => categoryUpdated(event.detail.value)">
+ <ion-segment :value="currentCategoryRef"
3
+ class="tabsSelection _sticky"
4
+ scrollable
5
+ @ion-change="(event) => categoryUpdated(event.detail.value)">
6
<ion-segment-button v-for="(categorizedEvents, index) in perCategoryEventsRef" :key="index"
7
:value="categorizedEvents.category">
8
<ion-label>{{ categorizedEvents.label }} <span class="count">{{categorizedEvents.eventsCount}}</span></ion-label>
0 commit comments