tangled
alpha
login
or
join now
openstatus.dev
/
openstatus
6
fork
atom
Openstatus
www.openstatus.dev
6
fork
atom
overview
issues
pulls
pipelines
fix: ref
Maximilian Kaske
6 months ago
26543965
f0eaf77b
+2
-1
1 changed file
expand all
collapse all
unified
split
apps
web
src
components
forms
monitor
tags-multi-box.tsx
+2
-1
apps/web/src/components/forms/monitor/tags-multi-box.tsx
···
152
152
<PopoverContent className="w-full p-0">
153
153
<Command className="w-(--radix-popover-trigger-width)" loop>
154
154
<CommandInput
155
155
-
ref={inputRef}
155
155
+
// biome-ignore lint/suspicious/noExplicitAny: <explanation>
156
156
+
ref={inputRef as any}
156
157
placeholder="Search tag..."
157
158
value={inputValue}
158
159
onValueChange={setInputValue}