mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(search-bar): error with inputs
This commit is contained in:
@ -18,8 +18,7 @@ import {ConfigComponent} from '../../config/decorators';
|
||||
selector: 'ion-search-bar',
|
||||
inputs: [
|
||||
'list',
|
||||
'query',
|
||||
'model' : 'ngModel'
|
||||
'model: ngModel'
|
||||
],
|
||||
defaultInputs: {
|
||||
'showCancel': false,
|
||||
|
Reference in New Issue
Block a user