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

Unable to apply "text" directive #3

Open
darkside-by opened this issue Mar 15, 2019 · 1 comment
Open

Unable to apply "text" directive #3

darkside-by opened this issue Mar 15, 2019 · 1 comment
Assignees

Comments

@darkside-by
Copy link

Hi,

the standard "text" directive of ion-back-button is ignored, there's not such @input property as i can see in the repo source.

This results in a default "Back" label when deploying in iOS/Safari.

Is it possible to add this property in the nearest update, so that we won't be patching package locally?

Thank you much,
N

@darkside-by darkside-by changed the title Unable to appy "text" directive Unable to apply "text" directive Mar 15, 2019
@waifung0207
Copy link

We have encountered similar issue, but then tackled it in CSS way by now.

ion-back-button {
    .button-text {
        display: none;
    }
}

But it would be nice if author can pass all properties (e.g. "mode", "icon") to ion-back-button as well: https://ionicframework.com/docs/api/back-button#properties

@servrox servrox self-assigned this Mar 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants