-
Notifications
You must be signed in to change notification settings - Fork 391
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
Multi-Select Matrix: Input mask is reverted to its previous value in the UI #4690
Comments
Hello, Please let me know if this example helps. |
Thanks. I realized that I used an older version. Using a newer one solved that problem. |
Hello, I'm looking forward to your reply. |
Hello @ale-x-may, 2023-11-21_18-48-23.mp4Thanks |
@ale-x-may This commit fix this issue. Properties are shown in the column object and not in the column list. Thank you, |
Hello,
using the third-party Robin Herbots Inputmask plugin it is possible to mask input fields of text and multipletext questions. In addition to this, we also need that functionality for matrix questions, i.e. for columns ("matrixdropdowncolumn") of textual input. Since the inputMask property appears for all columns by default, but only works for textual inputs, I adapted the properties' visibleIf to the effect that inputMask is only shown for columns of cellType "text" and inputType "text" (see currency column below):
Luckily it works all fine in the Preview:
But the problem is that after refreshing the page the inputMask field in the Creator always shows the defaultValue ("none") instead of "currency" as stored in the JSON:
Regardless of that buggy behaviour the masking functionality in the Preview still works correctly. Perhaps the mapping of JSON value to the corresponding property does not work for matrixdropdowncolumn yet?
Thanks for your reply.
The text was updated successfully, but these errors were encountered: