diff --git a/resources/js/components/SMInput.vue b/resources/js/components/SMInput.vue index 0f38095..6536760 100644 --- a/resources/js/components/SMInput.vue +++ b/resources/js/components/SMInput.vue @@ -316,7 +316,7 @@ watch( } active.value = - newValue.length > 0 || + newValue.toString().length > 0 || newValue instanceof File || focused.value == true; }