Skip to content

Commit a5bb191

Browse files
committed
fix: search input component replicating id attribute #726
1 parent e9f2858 commit a5bb191

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/input/Search.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import PropTypes from '../_util/vue-types';
99

1010
export default {
1111
name: 'AInputSearch',
12+
inheritAttrs: false,
1213
model: {
1314
prop: 'value',
1415
event: 'change.value',

0 commit comments

Comments
 (0)