mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 22:43:34 -07:00
auto focus on add from url
This commit is contained in:
parent
a48547126a
commit
597a28da83
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
||||||
:label="$t('new-recipe.recipe-url')"
|
:label="$t('new-recipe.recipe-url')"
|
||||||
required
|
required
|
||||||
validate-on-blur
|
validate-on-blur
|
||||||
|
autofocus
|
||||||
:rules="[isValidWebUrl]"
|
:rules="[isValidWebUrl]"
|
||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-form>
|
</v-form>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue