-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Tailwind: Calendar dropdownbutton #5471
Comments
ShowIcon exists as a prop /**
* When enabled, displays a button with icon next to input.
* @defaultValue false
*/
showIcon?: boolean | undefined; So props.showIcon is correct. |
Aren't increment and decrement button also missing |
he he I checked those, those are not buttonProps, yes, those are fine as they are |
@Dalorzo are these TypeScript issues or TailWind issues you seem to be confusing the two. YOu are pointing at the Tailwind index.js when you should be pointing at |
@Dalorzo can you just submit a PR since it's easier than me trying to figure out what you mean. |
primereact/components/lib/passthrough/tailwind/index.js
Line 1158 in ad61ccf
showIcon does exist, is it missing or should be icon instead? previousButton and nextButton are missing root
vs
The text was updated successfully, but these errors were encountered: