@symphony-talent/component-library 4.12.0 → 4.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/atoms/input-search-checkbox-dropdown/input-search-checkbox-dropdown.component.mjs +3 -2
- package/esm2020/projects/component-library/lib/atoms/input-search-checkbox-dropdown/input-search-checkbox-dropdown.component.mjs +3 -2
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +2 -1
- package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2015/symphony-talent-component-library.mjs +2 -1
- package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +2 -1
- package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
- package/fesm2020/symphony-talent-component-library.mjs +2 -1
- package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1953,7 +1953,8 @@ class InputSearchCheckboxDropdownComponent {
|
|
|
1953
1953
|
}
|
|
1954
1954
|
focusOnSearchInput() {
|
|
1955
1955
|
if (this.multiSelectSearch.componentHeading) {
|
|
1956
|
-
this.renderer.selectRootElement(
|
|
1956
|
+
let focusText = this.renderer.selectRootElement(`#dropdown-search-'${this.multiSelectSearch.componentHeading.replace(/[^\w]/g, "")}'`);
|
|
1957
|
+
focusText.focus();
|
|
1957
1958
|
}
|
|
1958
1959
|
}
|
|
1959
1960
|
scrollHandler(event) {
|