Mladen Macanović

Results 648 comments of Mladen Macanović

> Sorry I did not have time to look at it the last weeks. I will see if I can check next week Thanks. On Tuesday, we plan to release...

Hey @njannink, were you able to test this PR?

It's still umerged on the 1.0 branch.

> so no way for me to really test it in my setup. I did a code review and that looked fine You're already moved to 1.1 with your project?

Unable to reproduce: **Code:** ```razor @code { decimal HeaderCount = 50; } ``` **Open page:** ![image](https://user-images.githubusercontent.com/900302/189904673-f6d5fdca-b477-4457-be53-ae455b81e450.png) --- Maybe you're loading the value at a different page rendering state? PS. Closing...

@WayneHiller we're at the moment trying to finish 1.1 so this is put on hold for a little. If you have some time to look into it we'll really appreciate...

You can add ValidationError anywhere inside of Validation. Feedback is mainly used to place it at the right place for the input. But addons are kinda different, so we need...

I don't that is wrong. The error is on an input element, not the label. So it is showing the border at the right place.

You can see the same behavior on the Bootstrap documentation. https://getbootstrap.com/docs/5.0/forms/validation/ ![image](https://user-images.githubusercontent.com/900302/190382594-637f751d-29cf-41ed-8099-610decf43622.png)