File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ class Button extends UI5Element {
338
338
let result = "" ;
339
339
340
340
ids . forEach ( ( elementId , index ) => {
341
- const element = owner . querySelector ( `# ${ elementId } ` ) ;
341
+ const element = owner . querySelector ( `[id=' ${ elementId } '] ` ) ;
342
342
result += `${ element ? element . textContent : "" } ` ;
343
343
344
344
if ( index < ids . length - 1 ) {
Original file line number Diff line number Diff line change 69
69
< br />
70
70
< br />
71
71
72
- < ui5-label id ="download -text "> Download Application</ ui5-label >
72
+ < ui5-label id ="1download -text "> Download Application</ ui5-label >
73
73
< ui5-label id ="download-text2 "> From This Button</ ui5-label >
74
- < ui5-button icon ="employee " aria-labelledby ="download -text download-text2 "> Action Bar Button</ ui5-button >
75
- < ui5-button icon ="download " aria-labelledby ="download -text "> </ ui5-button >
74
+ < ui5-button icon ="employee " aria-labelledby ="1download -text download-text2 "> Action Bar Button</ ui5-button >
75
+ < ui5-button icon ="download " aria-labelledby ="1download -text "> </ ui5-button >
76
76
77
77
78
78
< br />
You can’t perform that action at this time.
0 commit comments