Share via

.NET Application Input Fields Not Displaying Data in Microsoft Edge

Anonymous
2021-07-19T17:19:33+00:00

Hi,

We have .NET application using MVC 5.2.0.0 using Razor. When viewing the site in Microsoft Edge, the values pulled from the database aren't displaying in the input fields. When I look at the source, I can see that there is data for the value property, but it's not displaying.

<input class="small-input form-control text-right" data-val="true" data-val-regex="The field must match the regular expression '^[-+]?(\d+(.\d*)?|.\d+)[%]?$'." data-val-regex-pattern="^[-+]?(\d+(.\d*)?|.\d+)[%]?$" id="SignificantActivityInputs" name="SignificantActivityInputs" type="number" value="10%" />

When I view the same page in IE, the values display. Has anyone else experienced this issue?

Microsoft Edge | Website issues | Windows 10

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Reza-Ameri 45,821 Reputation points Volunteer Moderator
    2021-07-20T16:44:19+00:00

    If possible install the latest version (may be install it on a VM or test environment ) just for test and see if the problem persist?

    Try send a feedback so the Microsoft Edge team would be able to investigate.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-07-19T19:27:45+00:00

    Hi,

    The application was developed to work in IE 11 as that is the client's standard (it's an internal application). With IE 11 being sunsetted, they are reviewing their internal apps to ensure that they function correctly in Microsoft Edge. The version being used by the client as well as my company is 90.0.818.51 which I understand is not the most current version; however we are not allowed to upgrade to the newest version due to issues with other websites (outside of the scope for this request).

    I don't have any extensions installed.

    Thanks!

    Was this answer helpful?

    0 comments No comments
  3. Reza-Ameri 45,821 Reputation points Volunteer Moderator
    2021-07-19T17:35:11+00:00

    Are you facing the same issue in other browsers too?

    Make sure you are using the latest version of the Microsoft Edge.

    In case you have any extensions, try disable them.

    Report this issue using the feedback option in the Microsoft Edge, take a look at How to Report a Feedback/Bug to Microsoft Edge’s Team? - Microsoft Community

    In case, your website is local, you may attach a sample code of the program causing this issue or any details helping the Microsoft Edge to reproduce this issue.

    Was this answer helpful?

    0 comments No comments