
When typing into an input field and the text gets to a certain length, the prompt will begin moving up every time the key is pressed.
This particular example can be seen in changesets/changesets here:
https://github.com/changesets/changesets/blob/c1401716cf5ee839aaa02ea7ff8f23f8af8bf5b0/packages/cli/src/utils/cli-utilities.ts#L82
When typing into an input field and the text gets to a certain length, the prompt will begin moving up every time the key is pressed.
This particular example can be seen in changesets/changesets here:
https://github.com/changesets/changesets/blob/c1401716cf5ee839aaa02ea7ff8f23f8af8bf5b0/packages/cli/src/utils/cli-utilities.ts#L82