Skip to content

No way to react to validation error messages in dropPane? #315

Open
@IanVS

Description

@IanVS

I have a drop pane set to only accept image files. If a different kind of file is dragged onto it, I see a red error like File test.csv is not an accepted file type. The accepted file types are image/*. I see this error on all drop panes on the page. Here's how it looks in the jsfiddle:

image

I have two questions:

  1. Can the error be limited to just one of the drop panes?
  2. How can I either a) intercept this message and handle it myself or b) at least get a callback when the message disappears?

The onError doesn't seem to be called.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions