diff --git a/src/modules/05_placement/components/Other/OtherDetail.vue b/src/modules/05_placement/components/Other/OtherDetail.vue
index eff3b1de1..07203fee4 100644
--- a/src/modules/05_placement/components/Other/OtherDetail.vue
+++ b/src/modules/05_placement/components/Other/OtherDetail.vue
@@ -383,6 +383,7 @@ onMounted(async () => {
autoApply
:enableTimePicker="false"
week-start="0"
+ clearable
>
{{ year + 543 }}
{{
@@ -399,7 +400,13 @@ onMounted(async () => {
militaryDate !== null ? date2Thai(militaryDate) : null
"
hide-bottom-space
- :label="`${'พ้นราชการทหารเมื่อ'}`"
+ :label="`${'พ้นราชการทหารเมื่อ (ลาออกเพื่อไปรับราชการทหารเท่านั้น)'}`"
+ clearable
+ @clear="
+ () => {
+ militaryDate = null;
+ }
+ "
>