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

Questions with mask should used mask properties on returning displayValue #9268

Open
andrewtelnov opened this issue Jan 7, 2025 · 1 comment
Assignees
Labels
enhancement user issue An issue or bug reported by users

Comments

@andrewtelnov
Copy link
Member

The question title should show question value by applying mask settings properties:

        {
          type: "text",
          name: "question1",
          title: "Question value: {question1}",
          maskType: "numeric",
          maskSettings: {
            decimalSeparator: ",",
            thousandsSeparator: " ",
          },
        }
@andrewtelnov andrewtelnov added enhancement user issue An issue or bug reported by users labels Jan 7, 2025
@OlgaLarina
Copy link
Collaborator

QuestionTextModel has an inputValue property that stores the display value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement user issue An issue or bug reported by users
Projects
None yet
Development

No branches or pull requests

2 participants