Fixing date picker and field components key/focus event props not working (#3605)
* Fixing date picker and field components event props not working
* removing onFocusChange
* refactor to make events work more like Picker
* fixing punctuation
* finishing the refactor for the other hooks and components
* adding focus and key event tests for date components
* forgot to remove an 'only'
* fixing the dialog close focus to button issue
* forgot the async and waitfor in daterangepicker