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

Improve the compatibility of the input masking and data validation features #8704

Open
JaneSjs opened this issue Aug 19, 2024 · 0 comments
Open

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Aug 19, 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 call convertToNumber function for validation, but it seems that we could call it in our code instead of the user's.

function convertToNumber(val: any): number {

@RomanTsukanov 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
@RomanTsukanov RomanTsukanov removed their assignment Sep 18, 2024
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

2 participants