We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using Typescript <FilterLiveSearch> does not allow the fullWidth parameter but behaves as expected when adding a @ts-ignore
<FilterLiveSearch>
fullWidth
{/* @ts-ignore */} <FilterLiveSearch source="q" fullWidth />
Thanks in advance for the correction.
The text was updated successfully, but these errors were encountered:
Fix FilterLiveSearch fullWidth missing definition
a073b83
Fixes issue #7755 - #7755
label
CommonInputProps
LabeledProps
8b6bca1
Fixes issue marmelab#7755 - marmelab#7755
Successfully merging a pull request may close this issue.
When using Typescript
<FilterLiveSearch>
does not allow thefullWidth
parameter but behaves as expected when adding a @ts-ignoreThanks in advance for the correction.
The text was updated successfully, but these errors were encountered: