Text does not change when entering text

I am creating a page to contact.
You need to create a space to enter the query as text.
Is there a way?

<Panel Dock="Top" Margin="10,10,10,0" Width="340" MaxWidth="340">
      <Rectangle Layer="Background" Color="White"/>
      <TextInput Value="inputtext" TextWrapping="Wrap" Padding="5" EditorAlignment="Left" Width="340" MaxWidth="340"/>
 </Panel>

I don’t understand the question you’re asking. If it’s about how you can read the value of a TextInput in JS, then you need to use Observables for that. The TextInput docs also have an example on exactly how to do that.

Hope this helps!