diff --git a/src/components/searchbar/searchbar.ts b/src/components/searchbar/searchbar.ts index 8313601f44..6467c2d3fe 100644 --- a/src/components/searchbar/searchbar.ts +++ b/src/components/searchbar/searchbar.ts @@ -72,7 +72,7 @@ export class Searchbar extends BaseInput { @Input() cancelButtonText: string = 'Cancel'; /** - * @input {boolean} If true, show the cancel button. + * @input {boolean} If true, show the cancel button. Default `false`. */ @Input() get showCancelButton(): boolean { @@ -129,7 +129,7 @@ export class Searchbar extends BaseInput { @Input() type: string = 'search'; /** - * @input {boolean} If true, enable searchbar animation. + * @input {boolean} If true, enable searchbar animation. Default `false`. */ @Input() get animated(): boolean {