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
2.3.6
I'm using international with Persian calendar but when I try to change the month or year the months get converted to English calendar
No response
This is my code and you can check the problem by creating below component:
import { parseDate, } from '@internationalized/date'; import { I18nProvider } from '@react-aria/i18n'; const Form = () => { let [date, setDate] = useState(parseDate('2021-04-07')); return ( <I18nProvider locale='fa-IR-u-ca-persian'> <DatePicker showMonthAndYearPickers variant='bordered' className='max-w-md' value={date} onChange={setDate} /> </I18nProvider> ) }
I expect that I can modify month and year in Persian calendar
Windows
Chrome
The text was updated successfully, but these errors were encountered:
ENG-801 [BUG] - International calendar unexpected behaviour when change month or year on Persion calendar
Sorry, something went wrong.
@mahmood-kn I used to the code provided by you and it working fine, no change to english month. is the issue still there ?
Successfully merging a pull request may close this issue.
NextUI Version
2.3.6
Describe the bug
I'm using international with Persian calendar but when I try to change the month or year the months get converted to English calendar
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
This is my code and you can check the problem by creating below component:
Expected behavior
I expect that I can modify month and year in Persian calendar
Screenshots or Videos
Rec.0003.mp4
Operating System Version
Windows
Browser
Chrome
The text was updated successfully, but these errors were encountered: