refactor: new batch quick entry modal

This commit is contained in:
Jannat Patel
2026-02-12 19:52:46 +05:30
parent c0298f0a70
commit 944fd6d013
17 changed files with 341 additions and 351 deletions

View File

@@ -16,7 +16,12 @@
<button
class="flex w-full items-center justify-between focus:outline-none"
:class="inputClasses"
@click="() => togglePopover()"
@click="
() => {
showOptions = true
togglePopover()
}
"
:disabled="attrs.readonly"
>
<div class="flex items-center w-[90%]">