refactor: add clear functionality to SelectInput and update Thai translation for agency status
This commit is contained in:
parent
ed5a05709a
commit
2e813f6e88
2 changed files with 6 additions and 1 deletions
|
|
@ -103,6 +103,11 @@ watch(
|
|||
}
|
||||
"
|
||||
:rules
|
||||
@clear="
|
||||
() => {
|
||||
model = '';
|
||||
}
|
||||
"
|
||||
>
|
||||
<template v-if="$slots.prepend" v-slot:prepend>
|
||||
<slot name="prepend"></slot>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue