Andrés Espinoza D.
Results
1
comments of
Andrés Espinoza D.
At work we managed the range selection this way (using Ionic v7, Vue3 + TypeScript and Luxon): ## Using the component ```vue const startDate = ref('2023-10-01'); const endDate = ref('2023-10-23');...