mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
@ -156,7 +156,7 @@ export class Alert implements ComponentInterface, OverlayInterface {
|
||||
type: i.type || 'text',
|
||||
name: i.name || `${index}`,
|
||||
placeholder: i.placeholder || '',
|
||||
value: i.value || '',
|
||||
value: i.value,
|
||||
label: i.label,
|
||||
checked: !!i.checked,
|
||||
disabled: !!i.disabled,
|
||||
|
Reference in New Issue
Block a user