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

    Options of the tags widget.

    interface TagsOptions {
        options?: readonly AttributeChoice[];
        minTags?: number;
        maxTags?: number;
        restricted?: boolean;
        placeholder?: string;
    }
    Index

    Properties

    options?: readonly AttributeChoice[]
    minTags?: number
    maxTags?: number
    restricted?: boolean

    When true only values present in options are accepted.

    placeholder?: string