We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1e94d commit ba0a26dCopy full SHA for ba0a26d
src/apps/talent-search/src/routes/talent-search/TalentSearch.tsx
@@ -30,6 +30,9 @@ export const TalentSearch: FC = () => {
30
<AsyncSelect
31
isMulti
32
cacheOptions
33
+ autoFocus
34
+ defaultOptions
35
+ placeholder='Start typing to autocomplete available EMSI skills'
36
loadOptions={MatcherService.autoCompleteSkills}
37
name='skills'
38
className='basic-multi-select'
0 commit comments