-
Notifications
You must be signed in to change notification settings - Fork 23
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
ui: date-picker - translate placeholder
internally as before
#1204
Labels
Milestone
Comments
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
Current behavior
Currently, the placeholder has to be translated by the the component which is calling stark-date-picker -->
<stark-date-picker [placeholder]="'MY_TRANSLATION_KEY' | translate"
.Previously, it was handled by the
date-picker
itself.Expected behavior
We should handle the translation again in the
date-picker
component.What is the motivation / use case for changing the behavior?
Improve the developer's life 😊
The text was updated successfully, but these errors were encountered: