New
4.28.0
- Add
storeAsFileproperty, if set totrueFilePond will attempt to store the file objects in file input elements allowing file submit along with parent form (no need forserverproperty). This only works if the browser supports the DataTransfer constructor, this is the case on Firefox, Chrome, Chromium powered browsers and Safari version 14.1 and higher. - Switch to PostCSS for style output.