fix(base): prevent popover inputs from losing focus on mobile in row detail modal

This commit is contained in:
Philipinho
2026-06-17 14:37:41 +01:00
parent 0e3549faf1
commit 0b7bc70a7d
7 changed files with 7 additions and 0 deletions
@@ -66,6 +66,7 @@ export function FieldChoice({ property, value, readOnly, onChange }: FieldProps)
trapFocus
closeOnClickOutside
closeOnEscape={false}
hideDetached={false}
>
<Popover.Target>
<FieldShell