Open
Description
When you click on the picklist you are giving focus to the component, if you then click again on the input trigger it should not trigger onFocus again since the component already have the focus (since never occurs a blur event it should not trigger focus again).
Same happens when select an option, it triggers onFocus again when it should not.