Skip to content

Commit da7c106

Browse files
committed
fix: disable repositionInputs
1 parent 081800d commit da7c106

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/TrueSheet.web.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ const TrueSheetComponent = forwardRef<TrueSheetMethods, TrueSheetProps>((props,
282282
onOpenChange={handleOpenChange}
283283
onPositionChange={handlePositionChange}
284284
dismissible={dismissible}
285+
repositionInputs={false}
285286
modal={dimmed}
286287
nested={isNested}
287288
activeSnapPoint={activeSnapPoint}

0 commit comments

Comments
 (0)