fix: #1426 - Mask support for Calendar#19331
Conversation
|
Thank you for your contribution! We will review your PR shortly. Please make sure to manually link it to an issue for proper tracking. |
AI Code ReviewChanges Suggested SummaryAdds InputMask support to DatePicker/Calendar component by creating a new directive that can be applied to input elements, including the DatePicker's input field. The PR includes extensive tests for the new directive. Issue AlignmentThe PR addresses the feature request to add InputMask support to Calendar based on dateFormat. However, there's a conceptual mismatch - the issue requests automatic masking based on dateFormat, but the implementation appears to require manual mask configuration through a directive. Concerns
Suggestions
This is an automated review. A maintainer will provide final approval. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Thanks a lot for your contribution! But, Unit tests failed. You can check the unit tests with the command 'pnpm run test:unit' and commit the changes. |
fixes: #1426