We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfae45c commit 344e430Copy full SHA for 344e430
1 file changed
src-docs/src/views/super_select/super_select_basic.js
@@ -15,19 +15,19 @@ export default () => {
15
disabled: true,
16
},
17
{
18
- value: 'minor',
+ value: true,
19
inputDisplay: (
20
<EuiHealth color="warning" style={{ lineHeight: 'inherit' }}>
21
- Minor
+ True
22
</EuiHealth>
23
),
24
'data-test-subj': 'option-minor',
25
26
27
- value: 'critical',
+ value: false,
28
29
<EuiHealth color="danger" style={{ lineHeight: 'inherit' }}>
30
- Critical
+ False
31
32
33
'data-test-subj': 'option-critical',
0 commit comments