kit icon indicating copy to clipboard operation
kit copied to clipboard

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

Open soimon opened this issue 5 months ago • 0 comments

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

soimon avatar Jul 24 '25 15:07 soimon