Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Upload Panel custom localization spellcheck shown on click #137

@sergey124

Description

@sergey124

Upload Panel custom localization spellcheck shown on click

Browser treats Upload drop area as a text input field and highlights spelling errors according to current browser spellcheck language dictionary.

Steps to reproduce

  1. Open chat window
  2. Click Upload button
    • Upload Panel shows
  3. Click into Upload Panel drop area

Expected behavior

  • no spellcheck errors shown

Actual behavior

  • spellcheck errors underlined
    image

Teneo Web Chat configuration

const teneoProps = {
    'customLocalizations': {
        'sv': {
            message: {
                upload_panel_add_files: "notAWordFromBrowserLangSpellCheckDictionary Släpp eller klistra in filer här"
            }
        }
    },
    'locale': 'sv'
}

window.TeneoWebChat.initialize(element, teneoProps);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions