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

[Duplicate] File Question - No option to specify the File Drag Area Placeholder #6664

Closed
JaneSjs opened this issue Aug 4, 2023 · 1 comment
Assignees

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Aug 4, 2023

Task: to specify the file drag area placeholder for a File question.
Currently, it is possible to only do so via code by modifying a localization string.

import { surveyLocalization } from "survey-core";

const engLocale = surveyLocalization.locales["en"];
engLocale.fileDragAreaPlaceholder = "No Files";

Suggestion: Introduce a property to specify the drag area placeholder for a File question.
The property should be available from code and Survey Creator.

@JaneSjs
Copy link
Contributor Author

JaneSjs commented Nov 7, 2023

Duplicate for #7089

@JaneSjs JaneSjs changed the title File Question - No option to specify the File Drag Area Placeholder [Duplicate] File Question - No option to specify the File Drag Area Placeholder Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants