fix controlled input error for search

pull/5370/head
Joseph Izang 3 years ago
parent 6d2f473149
commit 5fd7ea9af2
  1. 1
      libs/remix-ui/plugin-manager/src/lib/components/rootView.tsx

@ -49,6 +49,7 @@ function RootView ({ pluginComponent, children }: RootViewProps) {
onChange={(event) => {
setFilterPlugin(event.target.value.toLowerCase())
}}
value={filterPlugins}
className="form-control"
placeholder="Search"
data-id="pluginManagerComponentSearchInput"

Loading…
Cancel
Save