You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
Suggestion: Introduce a property to specify the drag area placeholder for a File question.
The property should be available from code and Survey Creator.
The text was updated successfully, but these errors were encountered: