The Wayback Machine - https://web.archive.org/web/20220531074608/https://github.com/marmelab/react-admin/issues/7755
Skip to content
New issue

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

Component <FilterLiveSearch> definition is missing the fullWidth parameter #7755

Open
septentrion-730n opened this issue May 25, 2022 · 0 comments

Comments

@septentrion-730n
Copy link

@septentrion-730n septentrion-730n commented May 25, 2022

When using Typescript <FilterLiveSearch> does not allow the fullWidth parameter but behaves as expected when adding a @ts-ignore

{/* @ts-ignore */}
<FilterLiveSearch source="q" fullWidth />

Thanks in advance for the correction.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment