HowardFedTec

Results 7 comments of HowardFedTec

It's going to take me time to be able to spin up on something like this. Would my best path be to get the repository and work on my own...

Modifying target framework to .NET 8 & upgrading all packages from 6.x.x to 8.x.x reduced the null exceptions. However, I think there is a missing parent relationship between the arrow...

Hi. Thank you for responding. I forked your project. There are a couple of issues I found. 1. The .Net versions caused some issues. The Microsoft Components package seems to...

### Change 1: **Problem:** The popper reference is null. Possibly becuase dom hasn't created it yet, so no options can be set. **Fix:** Catch and ignore the exception. It will...

I'd be happy to. No guarantee on my timing though. I'm preparing for a customer demonstration for one of my projects this week.

Hi. I found an object not being disposed in VirtualElement. Here is my suggested change. ``` #nullable enable using Microsoft.AspNetCore.Components; using Microsoft.JSInterop; using System; using System.ComponentModel.DataAnnotations; using System.Text.Json.Serialization; namespace USMC.TECOM.Blazor.Popper;...

@KristofferStrube , Sure. I'll get it done shortly. Thx!