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

1.0.0-rc.4 breaks keyboard navigation #1745

Closed
EnriqueVidal opened this issue May 23, 2017 · 2 comments
Closed

1.0.0-rc.4 breaks keyboard navigation #1745

EnriqueVidal opened this issue May 23, 2017 · 2 comments

Comments

@EnriqueVidal
Copy link

About a week ago I upgraded from 1.0.0-rc.3 to 1.0.0-rc.4 to get rid of the PropTypes warning introduced in React 15.5, however I just noticed that navigating react-select options with the keyboard or highlighting when hovering the mouse over does not work.

Did something change in between that would cause this or am I using the component wrong? this is how a simple select looks like:

          <Select
            className="react-select-sm"
            clearable={false}
            labelKey="name"
            valueKey="id"
            placeholder="Customers"
            options={customers}
            value={form.customer}
            onChange={setCurrentCustomer}
          />

In this case form.customer is an object with proeprties name and id and options is just an array of similar objects, everything works with the exception of navigating the options. I rolled back to rc3 and it works there without any change.

Please advise.

@agirton
Copy link
Collaborator

agirton commented May 23, 2017

Hi @EnriqueVidal this is fixed in master. We hope to get a new release soon.

@agirton agirton closed this as completed May 23, 2017
@EnriqueVidal
Copy link
Author

Thanks, I'll be checking the releases then.

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

2 participants