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]: DatePicker/TimePicker valdation still not working #5445

Closed
sturlath opened this issue Apr 7, 2024 · 1 comment
Closed

[Bug]: DatePicker/TimePicker valdation still not working #5445

sturlath opened this issue Apr 7, 2024 · 1 comment
Assignees
Labels
Type: Bug 🐞 Something isn't working
Milestone

Comments

@sturlath
Copy link
Contributor

sturlath commented Apr 7, 2024

Blazorise Version

1.5.1

What Blazorise provider are you running on?

Bootstrap5

Link to minimal reproduction or a simple code snippet

Try out your test code @stsrki and see how it still doesn´t work.

The code hits the e.Status = ValidationStatus.Error; part and sets the ErrorText but it is never shown.

This is my originla issue #3802

Steps to reproduce

Create a clean page with this test code (or any other permutation of validation setup)

What is expected?

That validation messages are shown under the Date and TimePickers when the Status is Error.

What is actually happening?

No error border or message is shown

What browsers do you see the problem on?

Microsoft Edge

Any additional comments?

I would like to see examples of functioning validation on the demo page for all components so when the validation is failing we can go there to see if its working there and if so what we need to change on our side.

@sturlath sturlath added the Type: Bug 🐞 Something isn't working label Apr 7, 2024
@stsrki stsrki self-assigned this Apr 7, 2024
@stsrki stsrki added this to the 1.5 support milestone Apr 7, 2024
@stsrki
Copy link
Collaborator

stsrki commented Apr 9, 2024

Fixed. It will be available in 1.5.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants