mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(searchbar): fix attribute description for showCancelButton
This commit is contained in:
@@ -58,7 +58,7 @@ export class Searchbar {
|
||||
@Input() cancelButtonText: string = 'Cancel';
|
||||
|
||||
/**
|
||||
* @input {boolean} Whether to hide the cancel button or not. Default: `"false"`.
|
||||
* @input {boolean} Whether to show the cancel button or not. Default: `"false"`.
|
||||
*/
|
||||
@Input() showCancelButton: any = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user