@nospamproxy/core
    Preparing search index...

    A control for displaying the file selection. Adds the possibility to validate the file.

    <require from="@nospamproxy/core/custom-elements/controls/FileSelection/FileSelection"></require>

    <file-selection file.two-way="file" extensions.bind="['.csv']"></file-selection>
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    extensions: string[] | null = null
    file: File | null = null
    flexWidth: boolean = true

    Use the remaining width in a flex row. If the text is too long, ellipsis characters are used.

    Methods

    • Returns void