The file path selected.
A button to open the file picker interface.
A reference to the FilePicker application instance originated by this element.
Protected _primaryThe primary input (if any). Used to determine what element should receive focus when an associated label is clicked on.
Protected _valueThe underlying value of the element.
Protected _internalsAttached ElementInternals which provides form handling functionality.
Static tagStatic formDeclare that this custom element provides form element functionality.
A type of file which can be selected in this field.
FilePicker.FILE_TYPES
Prevent uploading new files as part of this element's FilePicker dialog.
The value of the input element.
The form this element belongs to.
The input element name.
Is this element disabled?
Is this field editable? The field can be neither disabled nor readonly.
Protected _getProtected _setProtected _onPrivate #onStatic create
A custom HTML element responsible for rendering a file input field and associated FilePicker button.