You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeReact PRO Support where support is provided within 4 business hours
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
Plunkr Case (Bug Reports)
Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed.
Current behavior
Errors in console, at least my application if broken
Expected behavior
Should not have errors
Minimal reproduction of the problem with instructions
use primereact/components/calendar/Calendar Calendar component.
In dateFormat use capital D or M for ex. D d/M/y
Please tell us about your environment:
Ubuntu 18.4, npm, react-create-app dev server
React version:
^16.4.1
PrimeReact version:
^1.6.2
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Chromium (have not tested other browsers)
Language: [all | TypeScript X.X | ES6/7 | ES5]
ES6/7 (but should be on all)
I was able to fix the issue by replacing this.locale... to this.props.locale... in Calendar component
There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeReact PRO Support where support is provided within 4 business hours
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed.
https://plnkr.co/edit/VxdOaW4U5h2cz19CMb2Y?p=preview
Current behavior
Errors in console, at least my application if broken
Expected behavior
Should not have errors
Minimal reproduction of the problem with instructions
primereact/components/calendar/Calendar
Calendar component.dateFormat
use capitalD
orM
for ex.D d/M/y
Please tell us about your environment:
Ubuntu 18.4, npm, react-create-app dev server
React version:
^16.4.1
PrimeReact version:
^1.6.2
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Chromium (have not tested other browsers)
Language: [all | TypeScript X.X | ES6/7 | ES5]
ES6/7 (but should be on all)
I was able to fix the issue by replacing
this.locale...
tothis.props.locale...
inCalendar
componentas far as i see it was fixed here #456
but i don't see that v1.6.3 was ever released with the fix..
The text was updated successfully, but these errors were encountered: