Would like to fix these remaining issues on DateRangeInput:
[<startDate>, <endDate>] and end field is focused, clicking on <startDate> in calendar should _clear_ the start date and _leave_ the end date in place. (Currently, it clears the selected range and then sets the clicked date as a new end date.) Should work symmetrically for start field too. (See #856)allowSingleDayRange prop (See #861)selectAllOnFocus prop (See #858)DateRangeSelectionStrategy class (See #880) TimeInput).startInputProps and endInputProps appropriately (e.g. onFocus, onBlur)@giladgray @llorca I'm gonna squeeze this in for 1.13 to get it over with.
@cmslewis I'd add https://github.com/palantir/blueprint/issues/853 as a P1 -- it looks like every time you interact with the shortcuts, it then prevents any calendar navigation. What do you think about that one?
@llorca just fixed issue #853 in PR #857. take a look.
This is pretty much done. I filed https://github.com/palantir/blueprint/issues/995 and https://github.com/palantir/blueprint/issues/996 to track the couple of P3s remaining 馃憤