Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(stark-ui): implement
ControlValueAccessor
on DateRangePicker
…
… component - provide functionality for displaying errors - update stark-date-pickers with two way binding - added example - added/updated test ISSUES CLOSED: #1197 BREAKING CHANGES: `stark-date-range-picker` is now implemented as a ControlValueAccessor to better integrate with Angular Forms: - new `rangeFormGroup` input to provide the start and end date form controls. You can handle validations and error messages via those form controls. - new `required` input to mark the control as required and display the required asterisk '*' in the start/end date pickers (same as with the `stark-date-picker`). - the `isDisabled` input has been renamed to `disabled`. If you use the new `rangeFormGroup` input to provide your start/end date form controls, then you should disable/enable those form controls directly yourself instead of using the `disabled` input.
- Loading branch information