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 1cde9fb commit 0ef4e1dCopy full SHA for 0ef4e1d
packages/mantine-react-table/src/types.ts
@@ -541,8 +541,8 @@ export type MRT_ColumnDef<TData extends MRT_RowData, TValue = unknown> = {
541
column: MRT_Column<TData, TValue>;
542
row: MRT_Row<TData>;
543
table: MRT_TableInstance<TData>;
544
- }) => HTMLPropsRef<HTMLInputElement> & Partial<MultiSelectProps>)
545
- | (HTMLPropsRef<HTMLInputElement> & Partial<MultiSelectProps>);
+ }) => HTMLPropsRef<HTMLInputElement> & Partial<SelectProps>)
+ | (HTMLPropsRef<HTMLInputElement> & Partial<SelectProps>);
546
mantineEditTextInputProps?:
547
| ((props: {
548
cell: MRT_Cell<TData, TValue>;
0 commit comments