question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature] allow user to change label name

See original GitHub issue

Regarding to this issue. How about add a possibility to just custom the existing label ? maybe using an optional @Input() ?

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mstawickcommented, Jan 3, 2020

For i18n, it would be much easier if we could globally inject the “OK” and “CANCEL” translations, maybe along with theme? What do you think?

0reactions
YurvaneeshDassagnecommented, Oct 27, 2020

Thank you a lot 😃

On Tue, Sep 1, 2020 at 3:16 PM Michał Stawicki notifications@github.com wrote:

@YurvaneeshDassagne https://github.com/YurvaneeshDassagne FYI, I’ve defined templates like so:

<ng-template #okButton> <button mat-button color="primary" i18n>Save</button> </ng-template> <ng-template #cancelButton> <button mat-button color="primary" i18n>Cancel</button> </ng-template>

And then referenced them like so:

    <ngx-material-timepicker #timePicker
                             [confirmBtnTmpl]="okButton"
                             [cancelBtnTmpl]="cancelButton"
                            .....></ngx-material-timepicker>

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Agranom/ngx-material-timepicker/issues/223#issuecomment-684776995, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHOUEWXU6KSXG3SYQW5ND6DSDTJXDANCNFSM4IZJN6AA .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Labeling basics—ArcGIS Pro | Documentation
Access the basic labeling properties on the Labeling tab. Change the size and color of the labels in the Text Symbol group. For...
Read more >
Labels - GitLab Docs
To do so: View an issue or merge request. On the right sidebar, in the Labels section, select Edit. Select Create project label....
Read more >
[Feature request] Ability to change label names in funnel ...
To be clear, when I say “re-label the funnels,” I mean changing the names that appear on the left-hand axis of the funnel,...
Read more >
Understanding Success Criterion 2.5.3: Label in Name | WAI
A best practice is to have the text of the label at the start of the name. ... Predictable interpretation of labeling allows...
Read more >
Solved: How to change the Labels names which are shown in
Here I want to change the label name from Incident SLA to User Time. How can I achieve this functionality? Regards,. Nasreen.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found