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