Skip to content

Commit

Permalink
Merge pull request #5 from abdulbasithqb/docs/combobox-props-update
Browse files Browse the repository at this point in the history
docs: combobox props update
  • Loading branch information
abdulbasithqb authored Feb 8, 2024
2 parents 0cd20b4 + 8ee32e2 commit 09eb3e9
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 09eb3e9

Please sign in to comment.