Skip to content
New issue

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

File Upload in read-only mode - No indication that this form element allows file uploads #8979

Open
JaneSjs opened this issue Oct 25, 2024 · 0 comments
Labels
user issue An issue or bug reported by users

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Oct 25, 2024

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.
image

Current UI:
image

Issue: with the current UI, it is unclear that this element actually allows file uploading.

@JaneSjs JaneSjs added the user issue An issue or bug reported by users label Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user issue An issue or bug reported by users
Projects
None yet
Development

No branches or pull requests

2 participants