20-calendar-system #37
@@ -189,7 +189,9 @@ function getColorName(hex: string) {
|
||||
<FormControl>
|
||||
<Input type="text" v-bind="componentField" />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
<div class="h-3">
|
||||
<FormMessage />
|
||||
</div>
|
||||
</FormItem>
|
||||
</FormField>
|
||||
</div>
|
||||
@@ -226,7 +228,9 @@ function getColorName(hex: string) {
|
||||
</Select>
|
||||
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
<div class="h-3">
|
||||
<FormMessage />
|
||||
</div>
|
||||
</FormItem>
|
||||
</FormField>
|
||||
</div>
|
||||
@@ -242,7 +246,9 @@ function getColorName(hex: string) {
|
||||
<FormControl>
|
||||
<Input type="date" v-bind="componentField" />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
<div class="h-3">
|
||||
<FormMessage />
|
||||
</div>
|
||||
</FormItem>
|
||||
</FormField>
|
||||
|
||||
@@ -253,7 +259,9 @@ function getColorName(hex: string) {
|
||||
<Input type="text" v-bind="componentField" />
|
||||
<!-- If you ever want native picker: type="time" -->
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
<div class="h-3">
|
||||
<FormMessage />
|
||||
</div>
|
||||
</FormItem>
|
||||
</FormField>
|
||||
</div>
|
||||
@@ -266,7 +274,9 @@ function getColorName(hex: string) {
|
||||
<FormControl>
|
||||
<Input type="date" v-bind="componentField" />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
<div class="h-3">
|
||||
<FormMessage />
|
||||
</div>
|
||||
</FormItem>
|
||||
</FormField>
|
||||
|
||||
@@ -276,7 +286,9 @@ function getColorName(hex: string) {
|
||||
<FormControl>
|
||||
<Input type="text" v-bind="componentField" />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
<div class="h-3">
|
||||
<FormMessage />
|
||||
</div>
|
||||
</FormItem>
|
||||
</FormField>
|
||||
</div>
|
||||
@@ -288,7 +300,9 @@ function getColorName(hex: string) {
|
||||
<FormControl>
|
||||
<Input type="text" v-bind="componentField" />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
<div class="h-3">
|
||||
<FormMessage />
|
||||
</div>
|
||||
</FormItem>
|
||||
</FormField>
|
||||
|
||||
@@ -300,7 +314,9 @@ function getColorName(hex: string) {
|
||||
<FormControl>
|
||||
<Textarea class="resize-none h-32" v-bind="componentField" />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
<div class="h-3">
|
||||
<FormMessage />
|
||||
</div>
|
||||
</FormItem>
|
||||
</FormField>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user