Skip to content

Commit

Permalink
Merge pull request #4 from abdulbasithqb/combobox-default-value-fix
Browse files Browse the repository at this point in the history
fix: set <Combobox /> set keepMounted should be false by default
  • Loading branch information
abdulbasithqb authored Feb 7, 2024
2 parents 0cd20b4 + 8abe311 commit ba67800
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export type ComboboxFactory = Factory<{
}>;

const defaultProps: Partial<ComboboxProps> = {
keepMounted: true,
keepMounted: false,
withinPortal: true,
resetSelectionOnOptionHover: false,
width: 'target',
Expand Down

0 comments on commit ba67800

Please sign in to comment.