Skip to content

Commit

Permalink
fix(flatpickr-adapter): create flatpickr again after disconnected
Browse files Browse the repository at this point in the history
  • Loading branch information
vicgeralds authored and adrianschmidt committed Nov 12, 2024
1 parent 7bd6f8a commit 737178a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export class DatePickerCalendar {

public disconnectedCallback() {
this.picker.destroy();
this.flatPickrCreated = false;
}

public render() {
Expand Down

0 comments on commit 737178a

Please sign in to comment.