IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

Text area component doesn't support binding to non-string value types #119

Open zdrawku opened 3 months ago

zdrawku commented 3 months ago

Description

You can bind a Text area component only to a string type

Steps to reproduce

  1. Add a text area component
  2. Bind it to a value of type Numeric
  3. Error

Result

Error is thrown textArea_blazor-wasm.zip

Expected result

Text area should support all other types, not only string, as it is in the other frameworkds