#7017 Show FormModel Validations #469

Merged
jsegarra merged 7 commits from 7017_formModel_validations into dev 2024-09-16 12:11:52 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 93488a5750 - Show all commits

View File

@ -100,6 +100,7 @@ const styleAttrs = computed(() => {
:rules="mixinRules"
:clearable="false"
@click="isPopupOpen = true"
hide-bottom-space
>
<template #append>
<QIcon

View File

@ -79,6 +79,7 @@ function dateToTime(newDate) {
:rules="mixinRules"
@click="isPopupOpen = false"
type="time"
hide-bottom-space
>
<template #append>
<QIcon