Skip to content
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

Component: DatePicker and rangeSeparator issue #6155

Closed
morvael opened this issue Jul 16, 2020 · 4 comments
Closed

Component: DatePicker and rangeSeparator issue #6155

morvael opened this issue Jul 16, 2020 · 4 comments
Assignees
Labels
7.0.16 enhancement Additional functionality to current component

Comments

@morvael
Copy link

morvael commented Jul 16, 2020

CalendarUtils does not honor rangeSeparator in 7.0.14 (in 8.0.* it does). Please fix it.

master:

String separator = "multiple".equals(calendar.getSelectionMode()) ? "," : " " + calendar.getRangeSeparator() + " ";

7.0

String separator = "multiple".equals(calendar.getSelectionMode()) ? "," : " - ";
@morvael morvael added the 🐞 defect Bug...Something isn't working label Jul 16, 2020
@mertsincan mertsincan added enhancement Additional functionality to current component and removed 🐞 defect Bug...Something isn't working labels Jul 16, 2020
@mertsincan mertsincan self-assigned this Jul 16, 2020
@morvael
Copy link
Author

morvael commented Jul 16, 2020

Enchancement? It's half baked feature (works in one way instead of two way as it should). To me it's a defect. Anyway, good to know it will be fixed. Too bad only in 7.0.16, was hoping for 7.0.15.

@melloware
Copy link
Member

Closing issue as its an Elite issue fixed in 7.0.16. Thanks @mertsincan

@morvael
Copy link
Author

morvael commented Jul 16, 2020

Yes, we're using Elite. Is there another way to report problems in Elite?

@melloware
Copy link
Member

melloware commented Jul 16, 2020

Unfortunately NO not without a PRO account there is no Elite forum or JIRA although there should be.

@mertsincan mertsincan changed the title Component: DatePicker and rangeSeparator in 7.0.14 Component: DatePicker and rangeSeparator issue Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
7.0.16 enhancement Additional functionality to current component
Projects
None yet
Development

No branches or pull requests

3 participants