File tree 6 files changed +6
-5
lines changed
static/usage/v7/picker/multiple-column 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export class ExampleComponent {
68
68
{
69
69
text: ' Confirm' ,
70
70
handler : (value ) => {
71
- window . alert (` You selected a ${value .crust .text } pizza with ${value .meat .text } and ${value .veggies .text } ` );
71
+ console . log (` You selected a ${value .crust .text } pizza with ${value .meat .text } and ${value .veggies .text } ` );
72
72
},
73
73
},
74
74
];
Original file line number Diff line number Diff line change 84
84
{
85
85
text : 'Confirm' ,
86
86
handler : ( value ) => {
87
- window . alert ( `You selected a ${ value . crust . text } pizza with ${ value . meat . text } and ${ value . veggies . text } ` ) ;
87
+ console . log ( `You selected a ${ value . crust . text } pizza with ${ value . meat . text } and ${ value . veggies . text } ` ) ;
88
88
} ,
89
89
} ,
90
90
] ;
Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ import angular_example_component_html from './angular/example_component_html.md'
22
22
}}
23
23
src="usage/v7/picker/multiple-column/demo.html"
24
24
size="medium"
25
+ showConsole={true}
25
26
/>
Original file line number Diff line number Diff line change 67
67
{
68
68
text: ' Confirm' ,
69
69
handler : (value ) => {
70
- window . alert (` You selected a ${ value .crust .text } pizza with ${ value .meat .text } and ${ value .veggies .text } ` );
70
+ console . log (` You selected a ${ value .crust .text } pizza with ${ value .meat .text } and ${ value .veggies .text } ` );
71
71
},
72
72
},
73
73
];
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ function Example() {
69
69
{
70
70
text: ' Confirm' ,
71
71
handler : (value ) => {
72
- window . alert (
72
+ console . log (
73
73
` You selected a ${value .crust .text } pizza with ${value .meat .text } and ${value .veggies .text } `
74
74
);
75
75
},
Original file line number Diff line number Diff line change 73
73
{
74
74
text: ' Confirm' ,
75
75
handler : (value ) => {
76
- window . alert (` You selected a ${ value .crust .text } pizza with ${ value .meat .text } and ${ value .veggies .text } ` );
76
+ console . log (` You selected a ${ value .crust .text } pizza with ${ value .meat .text } and ${ value .veggies .text } ` );
77
77
},
78
78
},
79
79
];
You can’t perform that action at this time.
0 commit comments