From ed9dcd97537f49acff49b73bb07dfb4d75ee7c0f Mon Sep 17 00:00:00 2001 From: Khafid Prayoga Date: Tue, 14 Oct 2025 13:01:01 +0700 Subject: [PATCH] refactor(select-birth-place): simplify regency selection by removing pagination Remove pagination and search functionality from regency selection as they're not needed in this context. Replace ComboboxPaginated with simpler Combobox component and adjust useRegencies composable options accordingly. --- .../app/person/_common/select-birth-place.vue | 39 +++++++------------ 1 file changed, 13 insertions(+), 26 deletions(-) diff --git a/app/components/app/person/_common/select-birth-place.vue b/app/components/app/person/_common/select-birth-place.vue index 37dffbd9..d4601c26 100644 --- a/app/components/app/person/_common/select-birth-place.vue +++ b/app/components/app/person/_common/select-birth-place.vue @@ -1,6 +1,6 @@