We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00a046b + 4f868c8 commit 9b203a6Copy full SHA for 9b203a6
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