Currently the cancel link has a hardcoded english message and a × that is not changeable.
Proposal:
instead of:
how about:
cancel: {
enable: true,
caption: '×', // can be html
aria-label: 'aria-label is only added to the component if config is present and != null',
}
Currently the cancel link has a hardcoded english message and a × that is not changeable.
Proposal:
instead of:
showCancelLink: truehow about: