diff --git a/src-docs/src/views/selectable/selectable_example.js b/src-docs/src/views/selectable/selectable_example.js index b956c2d1529..5562d41f3e2 100644 --- a/src-docs/src/views/selectable/selectable_example.js +++ b/src-docs/src/views/selectable/selectable_example.js @@ -8,6 +8,7 @@ import { EuiSelectable, EuiSelectableMessage, EuiText, + EuiCallOut, } from '../../../../src/components'; import { @@ -36,8 +37,6 @@ const selectableSizingSource = require('!!raw-loader!./selectable_sizing'); import SelectableCustomRender from './selectable_custom_render'; const selectableCustomRenderSource = require('!!raw-loader!./selectable_custom_render'); -import { EuiCallOut } from '../../../../src/components/call_out'; - const props = { EuiSelectable, EuiSelectableOptionProps, @@ -221,7 +220,6 @@ export const SelectableExample = {

Currently, adding allowExclusions simply allows cycling through the checked options (on {'-> off ->'} undefined). - Should this be allowed by holding down a modifier key instead?

), @@ -240,7 +238,7 @@ export const SelectableExample = { title: 'Messages and loading', source: [ { - type: GuideSectionTypes.JS, + type: GuideSectionTypes.TSX, code: selectableMessagesSource, }, ], @@ -298,7 +296,7 @@ export const SelectableExample = {

The width has been made to always be 100% of its container, including stretching the search input. When used inside of{' '} - + EuiPopover , we recommend setting a width (or min/max values) via CSS on the