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>