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
as noted in #3628
The definition of Calendar value is Date | Date[] is not correct it should be Date | Date[] | string | null | undefined
Date | Date[]
Date | Date[] | string | null | undefined
The text was updated successfully, but these errors were encountered:
Fix primefaces#3629: Calendar value typescript def
c278d98
Fix #3629: Calendar value typescript def (#3630)
b1eac1a
Fix #2745: Multiselect inline flex (#2744)
f463125
* Fix #3629: Calendar value typescript def (#3630) * MultiSelect panel inline and flex options Co-authored-by: Melloware <[email protected]>
melloware
Successfully merging a pull request may close this issue.
as noted in #3628
The definition of Calendar value is
Date | Date[]
is not correct it should beDate | Date[] | string | null | undefined
The text was updated successfully, but these errors were encountered: