mithril-materialized
    Preparing search index...

    Interface SearchSelectI18n

    interface SearchSelectI18n {
        addNewPrefix?: string;
        maxSelectionsReached?: string;
        noOptionsFound?: string;
        showingXofY?: string;
    }
    Index

    Properties

    addNewPrefix?: string

    Prefix for adding new option

    maxSelectionsReached?: string

    Message shown when max selections reached. Use {max} placeholder

    noOptionsFound?: string

    Text shown when no options match the search

    showingXofY?: string

    Message template for truncated results. Use {shown} and {total} placeholders