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

[Bug]: Manual Event handler in Select control not working #5237

Closed
zawarq opened this issue Jan 16, 2024 · 2 comments
Closed

[Bug]: Manual Event handler in Select control not working #5237

zawarq opened this issue Jan 16, 2024 · 2 comments
Assignees
Labels
Status: Repro Missing Type: Possible Bug Needs to investigate more to see if it's an actual bug.

Comments

@zawarq
Copy link

zawarq commented Jan 16, 2024

Blazorise Version

1.4.1

What Blazorise provider are you running on?

None

Link to minimal reproduction, or a simple code snippet

Select - Blazorise Docs if you try changing the selection under the "Manual Event binding" example, there is no output on console. Also, my own select components aren't firing the specified event handler.

If you need more information then I can provide my code. But I think the above link is a good reproduction of the issue.

Steps to reproduce

Change the Select option in the Select docs for the Manual event binding example

What is expected?

Output on console

What is actually happening?

No output on console

What browsers are you seeing the problem on?

Chrome

Any additional comments?

Chrome version 120.0.6099.217

@zawarq zawarq added the Type: Bug 🐞 Something isn't working label Jan 16, 2024
@David-Moreira
Copy link
Contributor

Hello @zawarq please provide a repro as our Blazorise Docs web application is in Blazor.Server which means you cannot see what's written into the Console . From quickly running the app locally, it is working as expected:
image

@David-Moreira David-Moreira added Type: Possible Bug Needs to investigate more to see if it's an actual bug. Status: Repro Missing and removed Type: Bug 🐞 Something isn't working labels Jan 16, 2024
@David-Moreira David-Moreira self-assigned this Jan 16, 2024
Copy link
Contributor

Hello @zawarq, thank you for your submission. The issue was labeled "Status: Repro Missing", as you have not provided a way to reproduce the issue quickly. Most problems already solve themselves when isolated, but we would like you to provide us with a reproducible code to make it easier to investigate a possible bug.

@stsrki stsrki closed this as completed Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Repro Missing Type: Possible Bug Needs to investigate more to see if it's an actual bug.
Projects
None yet
Development

No branches or pull requests

3 participants