mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add indeterminate state to toggle interface
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
:icon-off="iconOff"
|
||||
:label="label"
|
||||
:input-value="value"
|
||||
:indeterminate="value === null"
|
||||
@change="$listeners.input"
|
||||
:style="{
|
||||
'--v-checkbox-color': color,
|
||||
|
||||
Reference in New Issue
Block a user