File tree 1 file changed +4
-0
lines changed
__tests__/components/viewers/__snapshots__
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,7 @@ exports[`components > viewers > nearby view renders nothing on a blank page 1`]
239
239
onKeyDown={[Function]}
240
240
placeholder="components.NearbyView.searchNearby"
241
241
role="combobox"
242
+ spellCheck={false}
242
243
value=""
243
244
>
244
245
<input
@@ -257,6 +258,7 @@ exports[`components > viewers > nearby view renders nothing on a blank page 1`]
257
258
onKeyDown={[Function]}
258
259
placeholder="components.NearbyView.searchNearby"
259
260
role="combobox"
261
+ spellCheck={false}
260
262
value=""
261
263
/>
262
264
</styled__Input>
@@ -4517,6 +4519,7 @@ exports[`components > viewers > nearby view renders proper scooter dates 1`] = `
4517
4519
onKeyDown={[Function]}
4518
4520
placeholder="components.NearbyView.searchNearby"
4519
4521
role="combobox"
4522
+ spellCheck={false}
4520
4523
value=""
4521
4524
>
4522
4525
<input
@@ -4535,6 +4538,7 @@ exports[`components > viewers > nearby view renders proper scooter dates 1`] = `
4535
4538
onKeyDown={[Function]}
4536
4539
placeholder="components.NearbyView.searchNearby"
4537
4540
role="combobox"
4541
+ spellCheck={false}
4538
4542
value=""
4539
4543
/>
4540
4544
</styled__Input>
You can’t perform that action at this time.
0 commit comments