Skip to content

Commit

Permalink
fix(input): 修复 input name
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Sep 17, 2018
1 parent f1286fa commit b4187f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/input/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export default class AtInput extends AtComponent {
}
<Input className='at-input__input'
id={name}
name={name}
type={type}
placeholderStyle={placeholderStyle}
placeholderClass={classNames('placeholder', placeholderClass)}
Expand Down

0 comments on commit b4187f9

Please sign in to comment.