You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validators on tui-input-date-time only calls when entered date is valid.
In this case there is no opportunity to show validation message on invalid input.
For example, when default values of control is [null, null], user inputs 11 we should show validation message, but can't, because custom validator doesn't called.
Taiga UI version
4.16.0
Browser Used
Chrome
OS Used
macOS
The text was updated successfully, but these errors were encountered:
Reproduction url
https://stackblitz.com/edit/angular-ncy3dq
Description
Validators on tui-input-date-time only calls when entered date is valid.
In this case there is no opportunity to show validation message on invalid input.
For example, when default values of control is [null, null], user inputs 11 we should show validation message, but can't, because custom validator doesn't called.
Taiga UI version
4.16.0
Browser Used
Chrome
OS Used
macOS
The text was updated successfully, but these errors were encountered: