PanagiotisGeorgiadis / Elm-DatePicker

A DatePicker package created using Elm 0.19
https://package.elm-lang.org/packages/PanagiotisGeorgiadis/elm-datepicker/latest/
BSD 3-Clause "New" or "Revised" License
11 stars 2 forks source link

Fix issues with Today link and editing previous range value #3

Closed TechnoTone closed 4 years ago

TechnoTone commented 4 years ago

Corrected the logic for displaying the Today link when Year/Month is different. Editing a previously selected range value (DateRangePicker) would hide after the first click. This change stops that behaviour.