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.
1 parent 0a5dd6f commit e7817c5Copy full SHA for e7817c5
components/input/Search.jsx
@@ -20,7 +20,7 @@ export default {
20
default: 'ant-input',
21
type: String,
22
},
23
- enterButton: PropTypes.any,
+ enterButton: PropTypes.oneOfType([PropTypes.bool, PropTypes.string, PropTypes.object]),
24
25
model: {
26
prop: 'value',
0 commit comments