Skip to content
New issue

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

explicitly identifying button type in paginator #550

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

ebekker
Copy link
Contributor

@ebekker ebekker commented Oct 20, 2022

As per the HTML spec, if a button's type is not explicitly specified, then it defaults to a submit type button. This causes issues if the default QuickGrid Paginator is placed inside of an EditForm, as clicking any nav button triggers the EditContext's validation.

@Nick-Stanton
Copy link
Contributor

Nick-Stanton commented Feb 2, 2023

Linked to dotnet/aspnetcore#45216

EDIT: Not the same issue, but related

@SteveSandersonMS
Copy link
Member

Makes sense. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants