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
The Upload component's FileRejectedEvent and ProgressUpdateEvent were missing a way to get the name of the file that that the event was about. This has now been addressed by the addition of a getFileName() API in both.
The Upload component's
FileRejectedEvent
andProgressUpdateEvent
were missing a way to get the name of the file that that the event was about. This has now been addressed by the addition of agetFileName()
API in both.Related issues:
vaadin/flow-components#1328
vaadin/flow-components#3087
The text was updated successfully, but these errors were encountered: