We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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);
The text was updated successfully, but these errors were encountered:
Added test for issue #21
51ea3e8
Hi, I tried to reproduce the issue, but without success. Could you provide a test case that I could use to reproduce the issue.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: