-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Specific component for dealing with large amounts of text data (InputTextArea) #30291
Copy link
Copy link
Closed
aspnet/samples
#77Labels
DoneThis issue has been fixedThis issue has been fixedaffected-mediumThis issue impacts approximately half of our customersThis issue impacts approximately half of our customersarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-server-experienceIssues that make Blazor server experience different of Web assembly or DesktopIssues that make Blazor server experience different of Web assembly or Desktopseverity-blockingThis label is used by an internal toolThis label is used by an internal tool
Milestone
Metadata
Metadata
Assignees
Labels
DoneThis issue has been fixedThis issue has been fixedaffected-mediumThis issue impacts approximately half of our customersThis issue impacts approximately half of our customersarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-blazor-server-experienceIssues that make Blazor server experience different of Web assembly or DesktopIssues that make Blazor server experience different of Web assembly or Desktopseverity-blockingThis label is used by an internal toolThis label is used by an internal tool
Type
Fields
Give feedbackNo fields configured for issues without a type.
Split out from #27885
@javiercn Can you fill in details?
Personally I'm not 100% sure about addressing this inside
InputTextArea. If there's some way we can make it work as a native feature of all events (e.g., even those on a plain<input>or<textarea>) that may be preferable.