We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a046b commit 4f868c8Copy full SHA for 4f868c8
src/shared/components/Settings/Profile/Skills/index.jsx
@@ -554,7 +554,7 @@ export default class Skills extends ConsentComponent {
554
options={lookupSkills}
555
onChange={this.onUpdateSelect}
556
placeholder="Start typing a skill then select from the list"
557
- matchPos="start"
+ matchPos="any"
558
matchProp="name"
559
labelKey="name"
560
valueKey="name"
@@ -595,7 +595,7 @@ export default class Skills extends ConsentComponent {
595
596
597
598
599
600
601
0 commit comments