### 🚀 Feature Proposal add onBlur and onFocus events to Select component (and similar) ## Motivation With these events, for example, could be used to check the number selected options. e.g. I have the Select "dropdown menu" opened and I want to run a function when somebody clicks outside the Select and closes it.  I'm trying to check the number of selected options as soon as the user clicks outside as I would like to limit for example to 2. Per https://github.com/akveo/react-native-ui-kitten/issues/801#issuecomment-579288831