GeoLeaf Core API - v3.0.0
    Preparing search index...

    Options of the date widget.

    locale is NEW — the component reads only min and max today. It is declared here so the rendering slice has a key to honour, with the profile locale as the fallback when a field does not set one.

    interface DateOptions {
        min?: string;
        max?: string;
        locale?: string;
    }
    Index

    Properties

    Properties

    min?: string
    max?: string
    locale?: string