### Steps to reproduce 1. Add a `<Select>` component 2. Set the `tabIndex` property ### What is expected? The `tabindex` HTML attribute should be set only on the `<input>` rendered element. ### What is actually happening? The `tabindex` HTML property is set both on the wrapper `<div>` and on the `<input>` element.