Fomantic-UI
Fomantic-UI copied to clipboard
[Calendar] Double click calendar cause double onChange
Bug Report
If a calendar is poped up and shown, quickly clicks(I mean normal human doable double click) before calendar dispear will cause double multiple onChange
event calls
Steps to reproduce
Using this example in JSFiddler Example
- Click to show the calendar
- Double click a date(since this is many people's first intuition)
- You will see the calendar called two times of
onChange
event and issues twoAJAX
request
Expected result
Calendar should only do one onChange
event
Actual result
Calendar do the amount of clicks onChange
event
Testcase
See above
Screenshot (if possible)
None
Version
All latest