add autoscrollFields prop

This commit is contained in:
Pete Matsyburka
2024-04-08 18:34:27 +03:00
parent 04e30dbdd6
commit dcb963b623
3 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
</label>
<button
class="btn btn-outline btn-sm !normal-case font-normal"
@click.prevent="setCurrentDate"
@click.prevent="[setCurrentDate(), $emit('focus')]"
>
<IconCalendarCheck :width="16" />
{{ t('set_today') }}