feat: autofocus after clear
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-09-23 13:18:14 +00:00
parent 3cfa883642
commit e9e2caee85
1 changed files with 1 additions and 0 deletions

View File

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