Craig Brown
Craig Brown
I'm having this issue too with Server-Side Blazor in .NET Core 3.1 (in Chrome)
It looks like this bug was introduced in pull request #23 if that helps.
You can work around this by changing the package version to `0.1.0-preview-00002`, using CSS to remove the "No file selected" prompt and creating your own one, or if you're using...
Great, thanks. Just to clarify, as I think there's two possible things here: 1. Global Names which reference a range on the sheet being copied (e.g. if I name Sheet1!A1...
OK - that wouldn't technically be the inserted range that you're returning though. The `rng` object currently automatically becomes the inserted range, and you'd be returning the range that `rng`...
Hi, I noticed this was listed in the changelog for v6.1. I've just tested it and it seems to work, so thank you! However, I did notice that an exception...
The only thing I can see through Inspect is a property on the ComboBox called `Selection.Selection` with the value "`"My.Name.Space.Currency" list item`". But a call to `currencyComboBox.GetAttribute("Selection.Selection")` returns the following...
I'm pretty sure this tool isn't being updated anymore, so I wouldn't expect to see this fixed.
Hi @Evangelink, thank you for your quick and thorough response! I tried your suggestion and unfortunately it doesn't fix the problem for me. I tried running the same command on...