Skip to content

Commit

Permalink
Merge pull request #830 from OutSystems/fix-datepicker-inline
Browse files Browse the repository at this point in the history
ROU-4495: Fixed use case for inline DatePicker
  • Loading branch information
BenOsodrac committed Sep 25, 2023
2 parents e43b9cf + 41ebb0d commit d9e0083
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,8 @@ namespace Providers.OSUI.Datepicker.Flatpickr {

if(this._providerFocusSpanTarget) {
this.provider.calendarContainer.insertBefore(this._todayButtonElem, this._providerFocusSpanTarget);
} else {
this.provider.calendarContainer.appendChild(this._todayButtonElem);
}

}
Expand Down

0 comments on commit d9e0083

Please sign in to comment.