-
Notifications
You must be signed in to change notification settings - Fork 839
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
[EuiSuggest] component has errors with TypeScript typing #4341
Comments
I think the issue goes a bit deeper than the component types, although they do highlight the restrictions of EuiSuggest. |
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
We faced with difficulties while trying to use this component in typescript. This component implements the standard Input properties, but there is an error when trying to use them
At least
value, placeholder, disabled
props should be availableThe text was updated successfully, but these errors were encountered: