-
-
Notifications
You must be signed in to change notification settings - Fork 655
Closed
Labels
Description
Currently the cancel link has a hardcoded english message and a × that is not changeable.
Proposal:
instead of:
showCancelLink: truehow about:
cancel: {
enable: true,
caption: '×', // can be html
aria-label: 'aria-label is only added to the component if config is present and != null',
}Reactions are currently unavailable