We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is related to #2078 Currently an EuiSelectable only takes a fixed interface Option https://github.com/elastic/eui/blob/master/src/components/selectable/types.tsx
EuiSelectable
Option
Like in combo boxes there are cases where it would be beneficial to put custom payload in the option to use it in a custom renderOption or to react to a selection in onChange (e.g. https://github.com/elastic/kibana/pull/46350/files#diff-b248fbad33abd970675562f8b344c6b1R105)
renderOption
onChange
The text was updated successfully, but these errors were encountered:
This was resolved by work in #3800 and #3983
The option interface is extendable via type generic
Sorry, something went wrong.
No branches or pull requests
This is related to #2078 Currently an
EuiSelectable
only takes a fixed interfaceOption
https://github.com/elastic/eui/blob/master/src/components/selectable/types.tsxLike in combo boxes there are cases where it would be beneficial to put custom payload in the option to use it in a custom
renderOption
or to react to a selection inonChange
(e.g. https://github.com/elastic/kibana/pull/46350/files#diff-b248fbad33abd970675562f8b344c6b1R105)The text was updated successfully, but these errors were encountered: