Skip to content

HTML form vs AspNetCore EditForm #4222

Answered by sbwalker
mdmontesinos asked this question in General
Discussion options

You must be logged in to vote

@mdmontesinos Oqtane was created before the EditForm was introduced in Blazor. Also I prefer to use primitive web elements in UIs rather than abstractions, as it is difficult to diagnose issues when you don't understand what is happening under the covers (ie. "black box" behavior). UI components like EditForm also tend to provide less flexibility in UI layout or styling.

That being said, developers have the flexibility to develop components based on their individual preference in Oqtane... so you can definitely use EditForm if you want to in your modules. Or you can use a third party UI component library. There is no restriction.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mdmontesinos
Comment options

Answer selected by mdmontesinos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants