Julien Gourdon

Results 16 issues of Julien Gourdon

Hello daniel, and thanks for this project, i used the same skeleton for one of my project. It seem there is a problem with preview 8, especially for reference static...

Hello, it seem there is a problem when i use the parameter SelectedDate with the different events (for example ViewModeChanged). to reproduce, update this part of your demo project ````...

Hello guys, I had a bug on my code which thrown an "System.ObjectDisposedException: Cannot access a closed Stream", when i was sending a stream to js. The error was pretty...

bug
area-blazor
feature-blazor-jsinterop
feature-blazor-error-boundary

hello, i use this component for format a HH:mm time (24 hours format). I struggle to set value to my input. When i do this, the component have a really...

Hello guys, i actually use the changeDate event of the component and i wanted to know if there is a way to detect if ctrl key was pressed to simulate...

Hi Jaroslav, and thanks for your excellent job for this project. I am looking a good grid system for a project I develop in client side blazor (we make the...

Hello, is your library is able to deal with office file ? The goal is to edit distant docx file with office URI scheme. I see another Post where you...

Hi @mikoskinen and thanks for your work ! However i see a huge problem in your library. Indeed i faced a performance issue with my app, and i see some...

### Description I load one of my website into a webview on the main Page of my .net MAUI App ```` public class CustomWebView : WebView { public CustomWebView() {...

t/bug
area/layout 🔲
s/verified
control-webview

Hello, i notice when i associate the OnClick to an async Task, the component wil disappear only when the task is finish, which make a very strange behavior to the...