docs(searchbar): fix attribute description for showCancelButton

This commit is contained in:
Brandy Carney
2016-06-22 15:11:11 -04:00
parent 05c7b8f0d7
commit 6a7aca634b

View File

@@ -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;