Textbox onchange to new-Udhtml

Hello , i have question. I write text in texbox and i need push this text to new-udhtml.
My code looks like:
New-UDTextbox ‘short’ -Label “Description” -FullWidth -Multiline
New-UDHtml -Markup $text
How can I achive this ?