diff --git a/src/components/shared/SelectInput.vue b/src/components/shared/SelectInput.vue index 06cd175e..d3317e79 100644 --- a/src/components/shared/SelectInput.vue +++ b/src/components/shared/SelectInput.vue @@ -103,6 +103,11 @@ watch( } " :rules + @clear=" + () => { + model = ''; + } + " >