Skip to content

Commit 9b203a6

Browse files
Merge pull request #2237 from sumitdaga/issue-2113
fixes #2113
2 parents 00a046b + 4f868c8 commit 9b203a6

File tree

1 file changed

+2
-2
lines changed
  • src/shared/components/Settings/Profile/Skills

1 file changed

+2
-2
lines changed

src/shared/components/Settings/Profile/Skills/index.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ export default class Skills extends ConsentComponent {
554554
options={lookupSkills}
555555
onChange={this.onUpdateSelect}
556556
placeholder="Start typing a skill then select from the list"
557-
matchPos="start"
557+
matchPos="any"
558558
matchProp="name"
559559
labelKey="name"
560560
valueKey="name"
@@ -595,7 +595,7 @@ export default class Skills extends ConsentComponent {
595595
options={lookupSkills}
596596
onChange={this.onUpdateSelect}
597597
placeholder="Start typing a skill then select from the list"
598-
matchPos="start"
598+
matchPos="any"
599599
matchProp="name"
600600
labelKey="name"
601601
valueKey="name"

0 commit comments

Comments
 (0)