-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
Feature Request: I18n cancel link #499
Comments
@knoobie I am open to making things configurable. Shouldn't everything be i18n capable then? Not sure what else we might need to tweak. |
@rwwagner90 I'm a huge fan of i18n everywhere. Let me check later if I can find more. That was the first thing I found. |
Update: I think all other things are i18n already :) |
@knoobie do you think we need to be able to change the "x"? I feel like we can keep that, and we could then add |
Was wondering the same.. but for example - a company uses FontAwesome as icon base - they would probably wanna use |
Fair enough. I just don't want to have a breaking API change for this small improvement, so perhaps we should add |
Fair enough! |
@knoobie I just merged a different breaking change, so we should be okay to do a breaking change here. Will get something up. |
This change allows us to pass multiple options for cancelIcon, so we can do things like set the label. Closes #499
* showCancelLink -> cancelIcon This change allows us to pass multiple options for cancelIcon, so we can do things like set the label. Closes #499 * Fix tests
Currently the cancel link has a hardcoded english message and a × that is not changeable.
Proposal:
instead of:
showCancelLink: true
how about:
The text was updated successfully, but these errors were encountered: