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.
2 parents 54daa78 + e81547b commit 4bb0899Copy full SHA for 4bb0899
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