instance is not found in the interface com.vaadin.flow.server.VaadinContext instance.at com.vaadin.flow.server.startup.ApplicationConfiguration.lambda$get$0 (ApplicationConfiguration.java:58)
at com.vaadin.flow.server.VaadinServletContext.get
我已经尝试了所有现有的侦听器,但没有人能捕捉到这种类型的事件。 Button uploadButton = new Button("Choose a file");Upload upload = new Upload();
upload.setUploadButton(uploadButton); 用户单击uploadButton,按钮现已禁用。然后在系统选择文件对话框中,用户单击取消按钮,而不是选择一个文件。对话框已关闭,未激发任何事件,uploadButton仍处于禁用状态。我想在按下取消按钮时