Skip to content

EuiSwitch does not put data-test-subj attribute on input #225

@nreese

Description

@nreese
       <EuiSwitch
          label="Multiselect"
          checked={props.controlParams.options.multiselect}
          onChange={handleMultiselectChange}
          data-test-subj="listControlMultiselectInput"
        />

Notice that the data-test-subj attribute is put on the div instead of the input

screen shot 2017-12-19 at 4 04 40 pm

cc @elastic/kibana-design

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