Skip to content

Commit

Permalink
fix: search input component replicating id attribute #726
Browse files Browse the repository at this point in the history
  • Loading branch information
tangjinzhou committed May 25, 2019
1 parent e9f2858 commit a5bb191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/input/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import PropTypes from '../_util/vue-types';

export default {
name: 'AInputSearch',
inheritAttrs: false,
model: {
prop: 'value',
event: 'change.value',
Expand Down

0 comments on commit a5bb191

Please sign in to comment.