diff --git a/core/src/components/alert/alert-interface.ts b/core/src/components/alert/alert-interface.ts index b27a7d630a..3af7eaa03e 100644 --- a/core/src/components/alert/alert-interface.ts +++ b/core/src/components/alert/alert-interface.ts @@ -13,7 +13,7 @@ export interface AlertOptions { export interface AlertInput { type: string; - name: string | number; + name: string; placeholder?: string; value?: string; label?: string; diff --git a/core/src/components/item-option/item-option.tsx b/core/src/components/item-option/item-option.tsx index 1b30797485..a10c650ffc 100644 --- a/core/src/components/item-option/item-option.tsx +++ b/core/src/components/item-option/item-option.tsx @@ -60,6 +60,7 @@ export class ItemOption { return (