File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
packages/components/src/components/hds/form/super-select Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 12
12
(component
13
13
" hds/form/super-select/after-options"
14
14
content = @afterOptionsContent
15
- resultCountMessage =this.resultCountMessage
15
+ resultCountMessage =this.resultCountMessageText
16
16
showNoSelectedMessage =this._showNoSelectedMessage
17
17
showOnlySelected =this._showOnlySelected
18
18
showSelected =this.showSelected
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export default class HdsFormSuperSelectMultipleBase extends Component<HdsFormSup
57
57
return this . _powerSelectAPI ?. resultsCount . toString ( ) || '0' ;
58
58
}
59
59
60
- get resultCountMessage ( ) : string {
60
+ get resultCountMessageText ( ) : string {
61
61
if ( typeof this . args . resultCountMessage === 'string' ) {
62
62
return this . args . resultCountMessage ;
63
63
}
Original file line number Diff line number Diff line change 10
10
(or
11
11
@afterOptionsComponent
12
12
(component
13
- " hds/form/super-select/after-options" content = @afterOptionsContent resultCountMessage =this.resultCountMessage
13
+ " hds/form/super-select/after-options"
14
+ content = @afterOptionsContent
15
+ resultCountMessage =this.resultCountMessageText
14
16
)
15
17
)
16
18
}}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export default class HdsFormSuperSelectSingleBase extends Component<HdsFormSuper
46
46
return horizontalPosition as HdsFormSuperSelectHorizontalPositions ;
47
47
}
48
48
49
- get resultCountMessage ( ) : string {
49
+ get resultCountMessageText ( ) : string {
50
50
if ( typeof this . args . resultCountMessage === 'string' ) {
51
51
return this . args . resultCountMessage ;
52
52
}
You can’t perform that action at this time.
0 commit comments