Results 236 comments of jsakamoto
trafficstars

@Bamsunbic Sorry too late since I was busy watching the .NET Conf 2022 that was held this week. (I live in Japan, so I had to wake up at midnight...

Hi @emersion-uday, Unfortunately, your implementation didn't work when users dragged and moved the splitter bar because the `UpdateSize` method always receives a `px` unit value in its `nextSize` argument unless...

The reason why you get such a result is there is no styling for those components. The `SplitContainer` is **just a container component**, so you have to take all responsibility...

@StevenTCramer Sorry too late. This package assumes that the application uses Blazor's CSS isolation by default. Usually, this pre-requirement is appropriate. However, unfortunately, Blazor projects made by the "empty" project...

I pushed the sample code of the Server-side Blazor edition. - https://github.com/sample-by-jsakamoto/Blazor-UseGoogleReCAPTCHA/tree/master/BlazorServerEdition/Server I hope this sample code helpful to you.

Thank you for your report! I upgraded this sample code for .NET Core 3.1 Preview 1, at commit 8f7ffa70800b99bc397fa5f47762fba10347e45c and f0dcd932a6e502f0e9ee2e1213b2f28beb32c584. Please check it out!

### Todo list - [x] When users click the "Set number" button, it is always initialized by `default(int)` even though the parameter type is not `int`. (35e5ca77a0ee26f4bc3baabae5616ffa017827d6) - [x] When...

Hi @cezar06 Thank you for your feedback! Today, I released a new version of the "Blazing Story", v.1.0.0 Preview 40, which added support for all numeric types for parameter controls....

Hi @cezar06, Thank you for your feedback. Actually, I knew the numeric input control's behavior was not smart, but I could not improve it at that time. However, I finally...

Hi @Int32Overflow, Unfortunately, I've still not succeeded in reproducing the problem that you reported. Could you provide me with a whole of a minimal sample project that can reproduce the...