Skip to content

Commit

Permalink
fix(search-bar): 支付宝适配
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj committed Dec 25, 2018
1 parent 85c00e3 commit 6038524
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/search-bar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ export default class AtSearchBar extends AtComponent {
</View>
<Input
className='at-search-bar__input'
type='search'
type='text'
confirmType='search'
value={value}
focus={focus}
disabled={disabled}
Expand Down
2 changes: 1 addition & 1 deletion src/style/components/search-bar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $placeholderPadding: 5PX;
align-items: center;
height: $height;
padding: $fontSize / 2;
box-sizing: content-box;
box-sizing: content-box !important;
overflow: hidden;
background-color: $color-bg;
@include hairline-bottom();
Expand Down

0 comments on commit 6038524

Please sign in to comment.