feat(division): add form dialog for creating new division
- Implement dialog form with validation schema for division creation - Add combobox component for parent division selection - Include form submission handling with reset and error states - a11y
This commit is contained in:
No files matched your search
@@ -64,7 +64,9 @@ function clearSearch() {
|
||||
<div v-if="props.prep.refSearchNav" class="ml-3 text-lg text-gray-900 relative">
|
||||
<div class="relative">
|
||||
<Input
|
||||
id="search-table"
|
||||
v-model="searchModel"
|
||||
name="search-table"
|
||||
type="text"
|
||||
class="w-full rounded-md border bg-white px-4 py-2 text-gray-900 sm:text-sm"
|
||||
:class="[
|
||||
|
||||
Reference in New Issue
Block a user