dismiss keyboard when opening dialog
This commit is contained in:
parent
708d0fe3e1
commit
fb17afc99d
2 changed files with 3 additions and 2 deletions
|
@ -67,7 +67,7 @@ export function ServerInputDialog({
|
|||
return (
|
||||
<Dialog.Outer
|
||||
control={control}
|
||||
nativeOptions={{sheet: {snapPoints: ['80', '100%']}}}
|
||||
nativeOptions={{sheet: {snapPoints: ['100%']}}}
|
||||
onClose={onClose}>
|
||||
<Dialog.Handle />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue