Skip to content

Commit ce368a8

Browse files
authored
disabled typing and fixed mobile experience on application form multiselect (#298)
1 parent 8226e99 commit ce368a8

File tree

2 files changed

+66
-23207
lines changed

2 files changed

+66
-23207
lines changed

components/select/select.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,10 @@ const MultiSelect = ({ options, ...props }) => {
9191
{...props}
9292
as={Select}
9393
isMulti
94-
placeholder='What Commit resources have you seen prior to applying?'
94+
placeholder="What Commit resources have you seen prior to applying?"
9595
closeMenuOnSelect={false}
96+
blurInputOnSelect={false}
97+
isSearchable={false}
9698
styles={selectStyles}
9799
options={options}
98100
onChange={handleChange}

0 commit comments

Comments
 (0)