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 1901275 commit cd704b4Copy full SHA for cd704b4
src/types.ts
@@ -497,6 +497,8 @@ export type InputGuesserProps = Omit<
497
'component'
498
> & {
499
transformEnum?: (value: string | number) => string | number;
500
+ // don't know why this TextInputProps doesn't surface in the final type, re-adding it here
501
+ multiline?: boolean;
502
} & Pick<
503
ReferenceInputProps | ReferenceArrayInputProps,
504
'filter' | 'page' | 'perPage' | 'sort' | 'enableGetChoices'
0 commit comments