Live Chat Icon For mobile
Live Chat Icon

Issue—System.InvalidOperationException: Object of type ‘Microsoft.AspNetCore.Components.Forms.InputText’ does not have a property matching the name ‘type’.

Platform: Blazor| Category: Troubleshooting

As of now, there is no support for including arbitrary attribute support for the built-in input component <InputText />. You have to remove the type attribute to resolve this issue.

There is a plan for including the type=”password” attribute for the <InputText> component, which can be tracked in this GitHub thread. [Issue Resolved]

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.