surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.12k stars 802 forks source link

Text input type Date, can this be internationalized? #2977

Open amrutabb opened 3 years ago

amrutabb commented 3 years ago

Are you requesting a feature, reporting a bug or asking a question?

Asking question

What is the current behavior?

Do not see label for Text input date internationalization.

What is the expected behavior?

image

How would you reproduce the current behavior (if this is a bug)?

Provide the test code and the tested page URL (if applicable)

Tested page URL:

Test code

your_code_here

Specify your

tsv2013 commented 3 years ago

Unless you attached custom widgets like https://surveyjs.io/Examples/Library?id=custom-widget-datepicker&platform=Knockoutjs&theme=modern the built-in date picker (https://surveyjs.io/Examples/Library?id=questiontype-text&platform=Knockoutjs&theme=modern) uses the native browser date picker control. And thus it will be localized according the browser locale.