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
T20427 - Disabled file picker UI not so userfriendly https://surveyjs.answerdesk.io/internal/ticket/details/T20427
Consider the following JSON:
{ "pages": [ { "name": "page1", "elements": [ { "type": "boolean", "name": "question1" }, { "type": "file", "name": "question2", "enableIf": "{question1} = true" } ] } ] }
Previously, a File Upload appeared in read-only mode as follows: View Demo.
Current UI:
Issue: with the current UI, it is unclear that this element actually allows file uploading.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
T20427 - Disabled file picker UI not so userfriendly
https://surveyjs.answerdesk.io/internal/ticket/details/T20427
Consider the following JSON:
Previously, a File Upload appeared in read-only mode as follows: View Demo.
Current UI:
Issue: with the current UI, it is unclear that this element actually allows file uploading.
The text was updated successfully, but these errors were encountered: