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
Hi,
i figured out that datePickerObj.todayLabel = "test"; datePickerObj.closeLabel = "anotherTest" only works when the TemplateType equals popup.
datePickerObj.todayLabel = "test"; datePickerObj.closeLabel = "anotherTest"
The text was updated successfully, but these errors were encountered:
Thank you so much for finding and posting the issue @Ingokoepp. I will fix this issue in the next release.
Sorry, something went wrong.
@Ingokoepp #176 already solves this problem, and is changing the theme default with the colors of ionic.
bug fixes #178, #179, #180
1b82e6c
This has been fixed in v1.1.0
No branches or pull requests
Hi,
i figured out that
datePickerObj.todayLabel = "test"; datePickerObj.closeLabel = "anotherTest"
only works when the TemplateType equals popup.
The text was updated successfully, but these errors were encountered: