Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FluentTextArea] When the input data is too large, it will automatically disconnect and lose data #2157

Closed
CVBuddha opened this issue Jun 5, 2024 · 1 comment
Labels
docs:article Additions, improvements, or fixes to site articles

Comments

@CVBuddha
Copy link

CVBuddha commented Jun 5, 2024

🐛 Bug Report

When I use FluentTextArea, most of the time it's fine, but when I paste 55827 characters, it disconnects from auto and loses data. I didn't test how many characters FluentTextArea can tolerate at most.

💻 Repro or Code Sample

<FluentTextArea @bind-Value=jsonString Placeholder="↓↓↓The data is pasted here↓↓↓" Rows="30" class="kzl_full_width margin_top">

微信图片_20240606013208

🤔 Expected Behavior

😯 Current Behavior

💁 Possible Solution

🔦 Context

🌍 Your Environment

  • OS & Device: Windows
  • Browser Microsoft Edge (124.0.2478.109 )
  • .NET 8, FluentUI (last)
@microsoft-github-policy-service microsoft-github-policy-service bot added the triage New issue. Needs to be looked at label Jun 5, 2024
@vnbaaij vnbaaij added docs:article Additions, improvements, or fixes to site articles and removed triage New issue. Needs to be looked at labels Jun 5, 2024
@vnbaaij
Copy link
Collaborator

vnbaaij commented Jun 5, 2024

This is not a library issue. The standard Blazor Signal R connection has a maximum message size. See also https://learn.microsoft.com/en-us/aspnet/core/signalr/configuration?view=aspnetcore-8.0&tabs=dotnet#configure-server-options

@vnbaaij vnbaaij closed this as completed Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs:article Additions, improvements, or fixes to site articles
Projects
None yet
Development

No branches or pull requests

2 participants