8231_testToMaster_2448 #997

Merged
alexm merged 400 commits from 8231_testToMaster_2448 into master 2024-11-26 06:28:29 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit fa0625aa86 - Show all commits

View File

@ -221,7 +221,7 @@ function sanitizer(params) {
icon="search"
@click="search()"
></QBtn>
<QForm @submit="search()" id="filterPanelForm" @keyup.enter="search(true)">
<QForm @submit="search" id="filterPanelForm" @keyup.enter.prevent="search(true)">
<QList dense>
<QItem class="q-mt-xs">
<QItemSection top>

View File

@ -56,6 +56,7 @@ const attendersOptions = ref([]);
v-model="data.price"
:label="t('purchaseRequest.price')"
type="number"
step="0.01"
min="0"
/>
</VnRow>