diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue index b5be35f35..d8b272d21 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue @@ -719,7 +719,6 @@ function filterSelector(val: string, update: Function, refData: string) { v-model="changeNameData.status" :options="statusOption" label="สถานะการเปลี่ยนชื่อ" - clearable use-input input-debounce="0" :rules="[ @@ -751,7 +750,6 @@ function filterSelector(val: string, update: Function, refData: string) { outlined use-input lazy-rules - clearable emit-value map-options :rules="[(val) => !!val || `${'กรุณาเลือกคำนำหน้าชื่อ'}`]"