George Universe
George Universe
Hi, this can be perfect, I try to implement the library but it's too complicated with no English documentation. I was looking for a blazor bootstrap 4 library and as...
Hi @ArgoZhang , sure, I will fork the project and do it in my free time. English is not my primary language but I will try it.
Hello, when it's going to be available the 5.12 version?
Sure, sorry for the late response.
> it may start work with .NET MAUI 6.0.400 Can anyone confirm if TabView already works with this version?
Can confirm this works on my current project.
I think this pull resolve this problem: https://github.com/rob-balfre/svelte-select/pull/612 But anyone hasn't merged. Does this project is still active?
Hi, the way we fix this issue was doing this change on the onFocusOut event: function onFocusOut(e: FocusEvent) { if ( e?.currentTarget instanceof HTMLElement && e.relatedTarget && e.relatedTarget instanceof Node...