feat: autofocus after clear #747

Merged
jsegarra merged 3 commits from vnInput_autoFocus into dev 2024-09-25 05:50:04 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit e9e2caee85 - Show all commits

View File

@ -103,6 +103,7 @@ const mixinRules = [
@click="
() => {
value = null;
vnInputRef.focus();
emit('remove');
}
"