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
Numeric validation doesn't work if saveMaskedValue is enabled, because we validate a saved string value. We adviced the user to call convertToNumber function for validation, but it seems that we could call it in our code instead of the user's.
RomanTsukanov
changed the title
Add the convertToNumber expression function to a list of available functions at Conditional Logic and Dynamic Texts
Improve the compatibility of the input masking and data validation features
Aug 22, 2024
User case: https://surveyjs.answerdesk.io/internal/ticket/details/T19433
Numeric validation doesn't work if
saveMaskedValue
is enabled, because we validate a saved string value. We adviced the user to callconvertToNumber
function for validation, but it seems that we could call it in our code instead of the user's.survey-library/packages/survey-core/src/functionsfactory.ts
Line 153 in 2dbe2f5
The text was updated successfully, but these errors were encountered: