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
Add a new UI Element that combines the existing DatePickerField and TimePickerField. This will ease the usage of date/time picking in various forms where usually there is a single property in the view model. With the current setup, this one property has to be bound with 2 UI elements (one DatePickerField and one TimePickerField) which can turn tricky, for example when used in Angular Forms.
The text was updated successfully, but these errors were encountered:
Add a new UI Element that combines the existing DatePickerField and TimePickerField. This will ease the usage of date/time picking in various forms where usually there is a single property in the view model. With the current setup, this one property has to be bound with 2 UI elements (one DatePickerField and one TimePickerField) which can turn tricky, for example when used in Angular Forms.
The text was updated successfully, but these errors were encountered: