Skip to content

EuiSelectable programmatic options updates#2390

Merged
thompsongl merged 4 commits intoelastic:masterfrom
thompsongl:2071-seleactable-options
Oct 1, 2019
Merged

EuiSelectable programmatic options updates#2390
thompsongl merged 4 commits intoelastic:masterfrom
thompsongl:2071-seleactable-options

Conversation

@thompsongl
Copy link
Copy Markdown
Contributor

@thompsongl thompsongl commented Sep 27, 2019

Summary

Fixes #2071 to allow EuiSelectable to accept updates to the options array via programmatic prop updates.

I think we'll ultimately want to write some hooks to deal with the overlap in logic and interaction that EuiSelectable has with EuiComboBox. Making each more pure would have some re-render prevention benefits, also.

The docs update can be reverted if we feel it doesn't need to be there beyond this review.

Checklist

- [ ] Checked in dark mode
- [ ] Checked in mobile
- [ ] Checked in IE11 and Firefox
- [ ] Props have proper autodocs
- [ ] Added documentation examples
- [ ] Added or updated jest tests
- [ ] Checked for breaking changes and labeled appropriately
- [ ] Checked for accessibility including keyboard-only and screenreader modes

  • A changelog entry exists and is marked appropriately

Copy link
Copy Markdown
Contributor

@chandlerprall chandlerprall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes LGTM, one unimportant nit on the docs side

pulled and tested locally

@chandlerprall
Copy link
Copy Markdown
Contributor

Oh, and needs a changelog

@thompsongl thompsongl merged commit 9418929 into elastic:master Oct 1, 2019
snide pushed a commit to snide/eui that referenced this pull request Oct 10, 2019
* derive state form prop updates

* docs

* CL; docs
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

Successfully merging this pull request may close these issues.

Cannot update EuiSelectable programmatically using new option objects

2 participants