hasadna / open-bus-map-search

open-bus-map-search
https://open-bus-map-search.hasadna.org.il/dashboard
MIT License
48 stars 85 forks source link

fix: DateSelector selector validation message issues #818

Open YuvalMasada opened 2 weeks ago

YuvalMasada commented 2 weeks ago

I found 2 issues with the DateSelector component validation message .

  1. When the DateSelector component is been used for selecting start & end dates there is a validation for when end date is earlier than the start date, But the validation message is not right.
  2. In the case where you have error validation message shown and you change the language the validation message will not change since it wrapped with useMemo hook.