-
Notifications
You must be signed in to change notification settings - Fork 825
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
Input Mask for Text input questions #4842
Input Mask for Text input questions #4842
Comments
Hi, is this issue open for contribution? |
User issues from the last year. Numbers [16]T13801, T13201, T11864, T11866, T11774, T11426, T11426, T10084, T9312, T8046, T6225, T14100, T13164, T13018, T11953, T11234 Currency [10]T15469, T15254, T9453, T14861, T14609, T14159, T11864, T11702, T11374, surveyjs/survey-creator#4690 (in matrix columns) Date [8]T13820, T13737, T10648, T11252, T11426, T6886, T14100, T12011 Phone / tel [6]T12044, T12695, T12246, T10648, T9768, T8258 Email [2]Url [2]ZIP-code [1] |
* work for #4842 add unit tests for pattern mask * work for #4842 update getUnmaskedValue function * work for #4842 apply input mask * work for #4842 editing value by pattern * work for #4842 calculate cursor position * work for #4842 fix vue3 ref * work for #4842 change settings.placeholderChar for unit tests * work for #4842 add syntacticAnalysisMask function * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 add datetime mask * work for #4842 * work for #4842 * work for #4842 * work for #4842: update currence mask * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 * work for #4842 --------- Co-authored-by: OlgaLarina <[email protected]>
Masked input ensures a predefined format for user input values. For example, this can be useful for date, numeric, currency, phone number input, etc.
User requests:
https://surveyjs.answerdesk.io/internal/ticket/details/T13201
https://surveyjs.answerdesk.io/internal/ticket/details/T13164
The text was updated successfully, but these errors were encountered: