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> Copy
<require from="@nospamproxy/core/custom-elements/controls/FileSelection/FileSelection"></require><file-selection file.two-way="file" extensions.bind="['.csv']"></file-selection>
Use the remaining width in a flex row. If the text is too long, ellipsis characters are used.
A control for displaying the file selection. Adds the possibility to validate the file.
Example