mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
@ -155,7 +155,7 @@ export class Alert implements ComponentInterface, OverlayInterface {
|
||||
type: i.type || 'text',
|
||||
name: i.name || `${index}`,
|
||||
placeholder: i.placeholder || '',
|
||||
value: i.value || '',
|
||||
value: (i.value != null) ? i.value : '',
|
||||
label: i.label,
|
||||
checked: !!i.checked,
|
||||
disabled: !!i.disabled,
|
||||
|
||||
Reference in New Issue
Block a user