Skip to content

The same className is contained in div and input #1620

@shinvik

Description

@shinvik

The class name is declared in the object in renderInput method of Select.js

const inputProps = Object.assign({}, this.props.inputProps, {
// ... other code
  className: className,
// ... other code
});

The same class name is contained in div and input

// autosize === false
return (
  <div className={ className }>
    <input {...inputProps} />
  </div>
);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions