I noticed that when `Select` is blurred, the `onBlur` event clears the input text field: https://github.com/JedWatson/react-select/blob/master/src/Select.js#L215 How can I disable this behaviour and keep whatever the user has started typing ?
I noticed that when
Selectis blurred, theonBlurevent clears the input text field: https://github.com/JedWatson/react-select/blob/master/src/Select.js#L215How can I disable this behaviour and keep whatever the user has started typing ?