fix controlled input error for search

pull/1344/head
Joseph Izang 3 years ago
parent ac293500b4
commit 69475f8729
  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