We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To improve the reading of Razor pages, it is clearer to align with a line break the attributes of components or HTML tags
❌ : <MudTextField T="string" MaxLength="200" @bind-Value="demoAccount.Email" InputType="InputType.Email" Label="Email" Margin="Margin.Dense" autocomplete="off" />
<MudTextField T="string" MaxLength="200" @bind-Value="demoAccount.Email" InputType="InputType.Email" Label="Email" Margin="Margin.Dense" autocomplete="off" />
✅
The text was updated successfully, but these errors were encountered:
Yes. Good idea. Can you update the Readme.md with this improvement?
Readme.md
Sorry, something went wrong.
Apps72#12
3ab94de
No branches or pull requests
To improve the reading of Razor pages, it is clearer to align with a line break the attributes of components or HTML tags
❌ :
<MudTextField T="string" MaxLength="200" @bind-Value="demoAccount.Email" InputType="InputType.Email" Label="Email" Margin="Margin.Dense" autocomplete="off" />
✅
The text was updated successfully, but these errors were encountered: