Skip to content

Commit fa953a7

Browse files
fix(select-modal): build
1 parent 29925c5 commit fa953a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/components.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3806,7 +3806,7 @@ export namespace Components {
38063806
}
38073807
interface IonSelectModal {
38083808
/**
3809-
* If `true`, the cancel button will display a close icon instead of the `cancelText`. When `cancelIcon` is `true`, the `cancelText` property is ignored.
3809+
* If `true`, the cancel button will display a close icon instead of the `cancelText`. When `cancelIcon` is `true`, `cancelText` is not displayed visually but is still used as the accessible label (`aria-label`) for the button.
38103810
* @default false
38113811
*/
38123812
"cancelIcon": boolean;
@@ -9900,7 +9900,7 @@ declare namespace LocalJSX {
99009900
}
99019901
interface IonSelectModal {
99029902
/**
9903-
* If `true`, the cancel button will display a close icon instead of the `cancelText`. When `cancelIcon` is `true`, the `cancelText` property is ignored.
9903+
* If `true`, the cancel button will display a close icon instead of the `cancelText`. When `cancelIcon` is `true`, `cancelText` is not displayed visually but is still used as the accessible label (`aria-label`) for the button.
99049904
* @default false
99059905
*/
99069906
"cancelIcon"?: boolean;

0 commit comments

Comments
 (0)