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

Button - id on Button is causing Unhandled error #194

Closed
ervintuzlic opened this issue Apr 24, 2023 · 3 comments · Fixed by #197
Closed

Button - id on Button is causing Unhandled error #194

ervintuzlic opened this issue Apr 24, 2023 · 3 comments · Fixed by #197
Assignees
Labels
area-button bug Something isn't working
Milestone

Comments

@ervintuzlic
Copy link

I was using BlazorBootstrap v1.3.0 and this problem wasn't occurring. After updating to v1.7.2 when id is added to Button it throws unhandled error when page is loaded.

This was also recreated on fresh project.

Example:
image

Error thrown:
image

@gvreddy04
Copy link
Contributor

gvreddy04 commented Apr 24, 2023

@ervintuzlic Thanks for using BlazorBootstrap components. Will verify this?

@gvreddy04 gvreddy04 self-assigned this Apr 24, 2023
@gvreddy04 gvreddy04 added this to the 1.7.3 milestone Apr 24, 2023
@gvreddy04
Copy link
Contributor

@ervintuzlic Do you have any specific reason for adding custom id attribute to the button?

@ervintuzlic
Copy link
Author

@gvreddy04 I've used it in combination with labels for some specific situation in my project. I just thought it would be useful as identifier is pretty common for button and that there were no issues with using id on v1.3.0

gvreddy04 added a commit that referenced this issue Apr 27, 2023
* Button - id on Button is causing Unhandled error #194
@gvreddy04 gvreddy04 linked a pull request Apr 27, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-button bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants