Skip to content

Commit ba0a26d

Browse files
committed
Minor UI cleanup
1 parent 2c1e94d commit ba0a26d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/apps/talent-search/src/routes/talent-search/TalentSearch.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ export const TalentSearch: FC = () => {
3030
<AsyncSelect
3131
isMulti
3232
cacheOptions
33+
autoFocus
34+
defaultOptions
35+
placeholder='Start typing to autocomplete available EMSI skills'
3336
loadOptions={MatcherService.autoCompleteSkills}
3437
name='skills'
3538
className='basic-multi-select'

0 commit comments

Comments
 (0)