Skip to content

Commit

Permalink
feat(datepicker): eng docs added
Browse files Browse the repository at this point in the history
  • Loading branch information
dilandoogan committed Dec 24, 2024
1 parent ef611e5 commit 84941c0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ export default class DatepickerCalendarMixin extends LitElement {
reflect: true,
})
set disabledDates(disabledDates: Date[] | string) {
// Litin bu sürümünde property decorator olmasına ragmen request update çalıştırmıyor.
// Bir değişiklik oduğunda update etmesi için kendi implementasyonlarına benzer şekilde ekledik.
// Liti update ettiğimizde burdaki requestUpdate'i kaldırabiliriz
// Now we are using 1.6.0 version of @lit/reactive-elements and in this version even if our property has property decorator it doesn't run request update inside.
// We added similar implementations to update when there is a change.
// When we update the lit to 2.0 or upper versions we can remove the requestUpdate here

let newVal: Date[] = [];

Expand Down

0 comments on commit 84941c0

Please sign in to comment.