Skip to content

Commit 5b93e17

Browse files
authored
fix(date-range-picker): add two way binding blazor tag (#1944)
1 parent a215567 commit 5b93e17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/date-range-picker/date-range-picker.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,11 @@ export default class IgcDateRangePickerComponent extends FormAssociatedRequiredM
297297

298298
// #region General properties
299299

300+
/* @tsTwoWayProperty(true, "igcChange", "detail", false) */
301+
/**
302+
* The value of the picker
303+
* @attr
304+
*/
300305
@property({ converter: convertToDateRange })
301306
public set value(value: DateRangeValue | string | null | undefined) {
302307
this._formValue.setValueAndFormState(convertToDateRange(value));

0 commit comments

Comments
 (0)