mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 16:02:11 +00:00
add disabled to date component
This commit is contained in:
@@ -108,6 +108,7 @@
|
||||
on:pointerdown|stopPropagation
|
||||
type="date"
|
||||
bind:value
|
||||
disabled={resolvedConfig.disabled}
|
||||
min={resolvedConfig.minDate}
|
||||
max={resolvedConfig.maxDate}
|
||||
placeholder="Type..."
|
||||
|
||||
@@ -2801,6 +2801,11 @@ See date-fns format for more information. By default, it is 'yyyy-MM-dd'
|
||||
|
||||
documentationLink: 'https://date-fns.org/v2.30.0/docs/format',
|
||||
placeholder: 'yyyy-MM-dd'
|
||||
},
|
||||
disabled: {
|
||||
type: 'static',
|
||||
value: false,
|
||||
fieldType: 'boolean'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user