0
ianbaddock created
Has anyone attempted to swap out a text field for a text area within the Modal popup and had any issues?
*** this is the text area which renders perfectly fine**
screenshot below of what happens to the modal - is there a limitation where I can't use a textarea? we are on Abp.AspNetCore Version=5.1.0
1 Answer(s)
-
0
Hi,
It might be related to value of
Model.ClaimLine.Notes
. You should use it like below;<textarea class="form-control" rows="2"> @Model.ClaimLine.Notes </textarea>