We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
euiFieldText
1 parent 5a186a5 commit 6edee4cCopy full SHA for 6edee4c
1 file changed
packages/eui/src-docs/src/views/super_date_picker/super_date_picker.tsx
@@ -5,6 +5,7 @@ import {
5
EuiSpacer,
6
EuiFormControlLayoutDelimited,
7
EuiFormLabel,
8
+ EuiFieldText,
9
EuiPanel,
10
EuiText,
11
OnRefreshProps,
@@ -58,21 +59,19 @@ export default () => {
58
59
<EuiFormControlLayoutDelimited
60
prepend={<EuiFormLabel>Dates</EuiFormLabel>}
61
startControl={
- <input
62
+ <EuiFieldText
63
+ controlOnly
64
onChange={onStartInputChange}
- type="text"
65
value={start}
66
placeholder="start"
- className="euiFieldText"
67
/>
68
}
69
endControl={
70
71
72
onChange={onEndInputChange}
73
placeholder="end"
74
value={end}
75
76
77
78
0 commit comments