mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-20 13:33:39 -07:00
fix checkbox hint
This commit is contained in:
parent
e2e15eec5a
commit
aa919dc78f
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@
|
|||
:name="inputField.varName"
|
||||
:disabled="(inputField.disableUpdate && updateMode) || (!updateMode && inputField.disableCreate) || (disabledFields && disabledFields.includes(inputField.varName))"
|
||||
:hint="inputField.hint"
|
||||
hide-details="auto"
|
||||
:hide-details="!inputField.hint"
|
||||
:persistent-hint="!!inputField.hint"
|
||||
density="comfortable"
|
||||
@change="emitBlur">
|
||||
<template #label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue