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,
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
servrox
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: