Skip to content

Feature Request: I18n cancel link #499

@knoobie

Description

@knoobie

Currently the cancel link has a hardcoded english message and a × that is not changeable.

Proposal:

instead of:

  showCancelLink: true

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',
  }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions