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
At the bussiness scene, the nz-range-picker show the double month to select by the user to search their order which is past time. But the date comp have not support to change or edit the init month
What does the proposed API look like?
In nz-range-picker comp, the left panel show the last month or last year. we can add a Input property to realize this function
subMonths(amount: number): CandyDate {
return new CandyDate(subMonths(this.nativeDate, amount));
}
It prototype look like this. I try to add a property to custom the init month or year in this comp, but i found is involve many comp to add this property
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
At the bussiness scene, the nz-range-picker show the double month to select by the user to search their order which is past time. But the date comp have not support to change or edit the init month
What does the proposed API look like?
In nz-range-picker comp, the left panel show the last month or last year. we can add a Input property to realize this function
####date-range-popup.component.ts (line 394)
####candy-date.ts (add the api subMonths)
It prototype look like this. I try to add a property to custom the init month or year in this comp, but i found is involve many comp to add this property
The text was updated successfully, but these errors were encountered: