The following error is thrown when a disabled selectize is initialized: `Cannot call method 'preventDefault' of undefined` Problem is caused by onFocus being called without an event but required inside onFocus if the selectize element is disabled.