select
select copied to clipboard
onBlur event can not catch option value
onBlur?: React.FocusEventHandler<HTMLElement>;
Current spec can not catch value. How to resolve it?
v3 implement:
onBlur?: (value: T) => void;