Skip to content

Prompt config height property is ignored (window size does not update) #1597

@soimon

Description

@soimon

When specifying the height property in a prompt config (e.g., when using arg), the resulting prompt window does not respect the given height value.

const prompt = await arg({
    placeholder: "Test prompt",
    height: 1000,
});

When using a panel, the window only grows up to a certain maximum (about half of my screen) and still ignores the height value.

Environment

  • Kit version: 3.45.1
  • OS: Windows 11

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions