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
Yeah, I'm seeing the same issue with Angular 15. Setting type="date" or type="datetime" works as expected, but setting [type]="type" displays datetime regardless of the value type has.
I basically had to write two separate components with the type hard coded and swap between them
Steps to reproduce from the example page:
It gets stuck to the datetime type (2023-02-15 15:58), it should switch the view to date only (2023-02-15).
The text was updated successfully, but these errors were encountered: