Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ie11 errors #2705

Closed
ryanrain opened this issue Jun 13, 2018 · 2 comments
Closed

ie11 errors #2705

ryanrain opened this issue Jun 13, 2018 · 2 comments

Comments

@ryanrain
Copy link

ryanrain commented Jun 13, 2018

hello all, my apologies in advance for this half-ass bug report... hopefully i'll remember to improve it once i meet this deadline :)

just a quick note that beta 6 presented fatal errors for me in ie11 upon initial click on the component including an inability to find includes on the array prototype. including a shim bundle fixed things.

        <Select
          options={options}
          onChange={(e: ReactSelectResult) => this.handleChange(e)}
          name={this.props.input.name}
          placeholder="Select a Specialty..."
          maxMenuHeight={190}
          styles={customStyles}
          defaultValue={options[0]}
        />

thanks!

@jprosevear
Copy link

Related to #2701

@gwyneplaine
Copy link
Collaborator

Closing this to keep track of the issue in #2701 thanks for reporting @ryanrain

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants