Skip to content

Wrong handling of the tabIndex prop #570

@morellodev

Description

@morellodev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions