Hello, when I do an UploadField.clear() it does not work. After I do a clear, and then check the isEmpty() method, it returns false.
This is how I declare the component:
UploadField uplDocument = new UploadField();
uplDocument.setButtonCaption("...Select File");
uplDocument.setDisplayUpload(false);
Hello, when I do an UploadField.clear() it does not work. After I do a clear, and then check the isEmpty() method, it returns false.
This is how I declare the component: