We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af3626 commit 8c6f199Copy full SHA for 8c6f199
src/components/picker/types.tsx
@@ -48,7 +48,7 @@ export interface PickerSearchStyle {
48
49
// TODO: need to extend TextField props (and not just TextInputProps)
50
export type PickerBaseProps = Omit<TextFieldProps, 'value' | 'onChange'> &
51
- Omit<NewTextFieldProps, 'value' | 'onChange'> & {
+ Omit<NewTextFieldProps, 'value' | 'onChange'> & ThemeComponent & {
52
/* ...TextField.propTypes, */
53
/**
54
* Temporary prop required for migration to Picker's new API
0 commit comments