Skip to content

Commit

Permalink
fix(input): 适配支付宝小程序
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Dec 27, 2018
1 parent e3ad11c commit 50c7352
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 @@ -95,6 +95,7 @@ export default class AtInput extends AtComponent {
id={name}
name={name}
type={type}
password={type === 'password'}
placeholderStyle={placeholderStyle}
placeholderClass={classNames('placeholder', placeholderClass)}
placeholder={placeholder}
Expand Down

0 comments on commit 50c7352

Please sign in to comment.