mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 08:44:04 +01:00
Forms UX: Change validate-on="blur" to validate-on="invalid-input" #3168
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="p-tab p-settings-advanced py-2">
|
||||
<v-form ref="form" validate-on="blur" class="p-form-settings" accept-charset="UTF-8" @submit.prevent="onChange">
|
||||
<v-form ref="form" validate-on="invalid-input" class="p-form-settings" accept-charset="UTF-8" @submit.prevent="onChange">
|
||||
<v-card flat tile class="mt-0 px-1 bg-background">
|
||||
<v-card-actions v-if="$config.values.restart">
|
||||
<v-row align="start" dense>
|
||||
|
||||
Reference in New Issue
Block a user