You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, this event does not seem to exist in the control. The one that does exist is called onChanged (notice 'd' at the end). But this one (with 'd') is never fired, it is only declared in the interface (but never triggered). You can verify that by simply trying full-text-search - the interface is the only place where it appears to exist in the FilePicker control. Practically, it is never called either.
Probably this event should be simply removed?
The text was updated successfully, but these errors were encountered:
Category
[ ] Enhancement
[ ] Bug
[x] Question
Version
Please specify what version of the library you are using: [2.1.0]
Question
There is "onChange" even mentioned in the documentation:
https://pnp.github.io/sp-dev-fx-controls-react/controls/FilePicker/
Actually, this event does not seem to exist in the control. The one that does exist is called
onChanged
(notice 'd' at the end). But this one (with 'd') is never fired, it is only declared in the interface (but never triggered). You can verify that by simply trying full-text-search - the interface is the only place where it appears to exist in the FilePicker control. Practically, it is never called either.Probably this event should be simply removed?
The text was updated successfully, but these errors were encountered: