We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d1e4268 + e89e097 commit b9b07d8Copy full SHA for b9b07d8
src/TimePicker.jsx
@@ -22,7 +22,6 @@ class Picker extends Component {
22
inputClassName: '',
23
popupClassName: '',
24
popupStyle: {},
25
- id: '',
26
align: {},
27
defaultOpenValue: moment(),
28
allowEmpty: true,
tests/__snapshots__/TimePicker.spec.jsx.snap
@@ -7,7 +7,6 @@ exports[`TimePicker allowEmpty cannot allow clear when disabled 1`] = `
7
<input
8
class="rc-time-picker-input"
9
disabled=""
10
- id=""
11
type="text"
12
value="12:57:58"
13
/>
@@ -23,7 +22,6 @@ exports[`TimePicker allowEmpty should allow clear 1`] = `
>
29
0 commit comments