When default KendoReact DatePicker is opened field gains autofocus on open
due to this when you click somewhere else on the page calendar loses focus and automatically closes, however when i use custom calendar props
DatePicker no longer gets focused when it is opened and due to that loses this autoclosing functionality
is there any way to keep this autoclosing functionallity while using custom calendar component?