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 Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ exports[`Matches shallow shapshot 1`] = `
65
65
Sub community
66
66
</label >
67
67
<Select
68
+ autoBlur = { true }
68
69
id = " community-select"
69
70
onChange = { [Function ]}
70
71
options = {
@@ -204,6 +205,7 @@ exports[`Matches shallow shapshot 2`] = `
204
205
Sub community
205
206
</label >
206
207
<Select
208
+ autoBlur = { true }
207
209
id = " community-select"
208
210
onChange = { [Function ]}
209
211
options = {
Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ export default function FiltersPanel({
83
83
id = "community-select"
84
84
onChange = { selectCommunity }
85
85
options = { communityOps }
86
+ autoBlur
86
87
simpleValue
87
88
value = { selectedCommunityId }
88
89
/>
You can’t perform that action at this time.
0 commit comments