Import action Filepond initialization issue
I'm using Import action which opens a modal. Modal has a form to upload a file using Filepond plugin.
For some reason the Filepond plugin does not initialize always. Seems like if I navigate to tab which does not have table rows, the Filepond initializes correctly, but if table has rows it fails.
Also, seems like the upload does not work without Filepond. If you try to upload a file with native file picked, it gives validation error: The file field is required.
I have upgraded to the latest version. I have rebuild assets and refreshed cache.
Console has only one issue which I believe is irrelevant: Incorrect use of <label for=FORM_ELEMENT>
Any ideas what could be the issue or how to debug it?
1 Reply
I believe its related to number of columns in table. If I remove 3+ columns, issue disappears. Seems like it does not matter which columns I remove.
Does anyone has any idea how to solve the issue?