Closed

Description
Hello, there is a simple form
<textarea @bind="val"></textarea>
@code{
string val;
}
If a user tries to insert text more than 32kb into a form, he gets an error: Error: Connection disconnected with error 'Error: Server returned an error on close: Connection closed with an error.'.
Is there a workaround for getting custom text over 32kb ?
I am using Blazor Preview 6