0
roberto.fiocchi created
- ABP Framework version: v8.1.0-rc.3
- UI Type: Blazor WASM
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): no
- Exception message and full stack trace:
- Steps to reproduce the issue:
Description The popup shown with the validations of the form that contains more than one error is displayed in a single line instead of multiple lines.
Reproduction Steps Create a form with inputs and make validations on it
Expected behavior The details of the validation should be multiline
Actual behavior It's displaying in a single line even if it has more than 1 validation
The request is similar to this Issue (but I use blazor WASM instead of MVC): https://github.com/abpframework/abp/issues/19274