stany9g
stany9g
I was able to reproduce it. `var data = new IniData(); data["main"]["test"] = "1"; var config = new IniParserConfiguration {AssigmentSpacer = ""}; var parser = new IniDataParser(config); var fileParser =...
@Keboo I did a little more investigation about the suggested fix and not sure if it is the right suspect. 1. I tried to remove the animation from the style,...
Hello @mddifilippo89 @rkaraivanov the issue is not exactly well written as what it meant to be. There are events firing opening, closing, opened, closed that works fine in Blazor. What...