Skip to content

Commit

Permalink
[docs] Update Combobox props docs to be more clear about `keepMounted…
Browse files Browse the repository at this point in the history
…` prop (#5743)
  • Loading branch information
abdulbasithqb authored Feb 9, 2024
1 parent 0cd20b4 commit 215d1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@mantine/core/src/components/Popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export interface __PopoverProps {
/** Called when dropdown opens */
onOpen?: () => void;

/** If set dropdown will not be unmounted from the DOM when it is hidden, `display: none` styles will be added instead, `false` by default */
/** If set dropdown will not be unmounted from the DOM when it is hidden, `display: none` styles will be added instead */
keepMounted?: boolean;

/** Props passed down to the `Transition` component that used to animate dropdown presence, use to configure duration and animation type, `{ duration: 150, transition: 'fade' }` by default */
Expand Down

0 comments on commit 215d1f8

Please sign in to comment.