File picker
EuiFilePicker is a stylized, but generic HTML
<input type="file">
tag. It supports drag and drop as well as on click style selection of files. The example below shows how to grab the files using the FileList API. Like other form elements, you can wrap it in an EuiFormRow to apply a label.Loading...
Removing files programmatically
The current file selection can be cleared programmatically by calling the removeFiles
method, which can be accessed on a component instance via React ref
: filePickerRef.current.removeFiles()
.
Loading...
Props
EuiFilePicker
Extends InputHTMLAttributes
Prop | Description and type | Default value |
---|---|---|
Prop disabled# |