Skip to content

Commit

Permalink
fix: add default value of selectId
Browse files Browse the repository at this point in the history
  • Loading branch information
shervinchen committed May 6, 2024
1 parent 88bdb43 commit 063d6b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/Select/select-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { createContext, useContext } from 'react';
import { SelectConfig } from './Select.types';

const defaultContext: SelectConfig = {
selectId: '',
multiple: false,
selectDisabled: false,
};
Expand Down

0 comments on commit 063d6b2

Please sign in to comment.