Is is possible to set filters for the earliest/latest possible date of a Date
field in a Dialog
? The documentation states nothing about it, what I tried:
{
label: "End",
fieldname: "end",
fieldtype: "Date",
reqd: true,
filters: [
["<=", "2022-02-15"]
]
}