CollapsingPasteTextArea(
self,
**kwargs: Any = {},
)Paste-aware text area that collapses large pastes into placeholders.
The full pasted text is stored off-screen in _pasted_contents and a
compact [Pasted text #N] placeholder is shown in its place. Read
submitted_value to get the text with all placeholders expanded back.