【发布时间】:2020-07-29 22:16:46
【问题描述】:
如果弹出消息没有被确认,我想保留单选按钮的原始值。
我有一个功能,当单选按钮的值改变时显示弹出消息
radioChange(event: MatRadioChange) {
this.dialogConfig = {
autoFocus: true,
closeOnNavigation: false,
width: '695px',
disableClose: true,
};
this.messageDialog.open(MessageDialogComponent, this.dialogConfig);
}
【问题讨论】:
标签: html angular typescript angular8