aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/SearchInput.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/SearchInput.tsx')
-rw-r--r--src/components/ui/SearchInput.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ui/SearchInput.tsx b/src/components/ui/SearchInput.tsx
index 2e70d1b35..d31463010 100644
--- a/src/components/ui/SearchInput.tsx
+++ b/src/components/ui/SearchInput.tsx
@@ -98,6 +98,7 @@ class SearchInput extends Component<IProps, IState> {
98 /> 98 />
99 </label> 99 </label>
100 {value.length > 0 && ( 100 {value.length > 0 && (
101 // eslint-disable-next-line jsx-a11y/no-static-element-interactions
101 <span onClick={() => this.reset()} onKeyDown={noop}> 102 <span onClick={() => this.reset()} onKeyDown={noop}>
102 <Icon icon={mdiCloseCircleOutline} /> 103 <Icon icon={mdiCloseCircleOutline} />
103 </span> 104 </span>