surveyjs/survey-library

Return undefined for renderedMax for date instead of "2999-12-31"

Closed this issue · 1 comments

rendredMax property returns "2999-12-31" if max property is not set for text question with inputType equals to "date". It works fine for standard input, but breaks, for example bootstrap date picker that we support.
Returning undefined works for both widgets.

We could not make this change, since we need 4 digits for year in the standard input and it is the only way to do it.