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
Giving error
Property 'placeholder' is missing in type '{ children: Element; onClick: () => void; className: string; }' but required in type 'Pick<HTMLAttributes, "children" | "className" | "onError" | "color" | "slot" | "title" | "defaultChecked" | "defaultValue" | ... 243 more ... | "placeholder">'.
Please let me know if anyone finds a fix of this.
The text was updated successfully, but these errors were encountered:
Hello! That looks like a typescript error. I'm not 100% sure, but it seems to me that you need to pass "placeholder" as a prop.
This repo is no longer maintained, check out "react-ripples-continued" (one of my projects)
Sorry, something went wrong.
No branches or pull requests
Giving error
Property 'placeholder' is missing in type '{ children: Element; onClick: () => void; className: string; }' but required in type 'Pick<HTMLAttributes, "children" | "className" | "onError" | "color" | "slot" | "title" | "defaultChecked" | "defaultValue" | ... 243 more ... | "placeholder">'.
Please let me know if anyone finds a fix of this.
The text was updated successfully, but these errors were encountered: