Skip to content

Commit 74eeedd

Browse files
committed
Merge branch 'issue-384' into develop
2 parents 586726f + 795e4bc commit 74eeedd

File tree

2 files changed

+3
-0
lines changed
  • __tests__/shared/components/challenge-listing/Filters/__snapshots__
  • src/shared/components/challenge-listing/Filters/FiltersPanel

2 files changed

+3
-0
lines changed

__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ exports[`Matches shallow shapshot 1`] = `
6565
Sub community
6666
</label>
6767
<Select
68+
autoBlur={true}
6869
id="community-select"
6970
onChange={[Function]}
7071
options={
@@ -204,6 +205,7 @@ exports[`Matches shallow shapshot 2`] = `
204205
Sub community
205206
</label>
206207
<Select
208+
autoBlur={true}
207209
id="community-select"
208210
onChange={[Function]}
209211
options={

src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export default function FiltersPanel({
8383
id="community-select"
8484
onChange={selectCommunity}
8585
options={communityOps}
86+
autoBlur
8687
simpleValue
8788
value={selectedCommunityId}
8889
/>

0 commit comments

Comments
 (0)