pub fn init(cx: &mut App)Expand description
Install the picker’s bindings. Call once, alongside crate::input::init.
Optional like every other init here: the actions are public, so an app
that wants different keys binds those instead. Arrows walk days and weeks
because the grid is two-dimensional, and pageup/pagedown page months —
the chords a browser’s own date input uses.