Skip to content

Pasted input into text dialogs can be truncated #292

Description

@senyahnoj

This is a follow up to previously reported bug #165 where pasting text input into a text dialog can be truncated depending on the string length.

The current released version of cli-menu is 4.4.0 which requires "php-school/terminal": "^0.2.1"

The latest tag in the ^0.2.1 series is 0.2.1 but when I put the following hack my composer.json to substitute the released 0.2.1 with the current dev master, the bug seems to have gone away

    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/php-school/terminal"
        }
    ],
    "require": {
        "php-school/cli-menu": "^4.3",
        "php-school/terminal": "dev-master#7281e270fd2cf843844cb13220882e00b9096488 as 0.2.1",

Is this issue resolved? If so, would you consider tagging a new php-school/terminal release?

Thank you very much!

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