bjammin
bjammin
Thanks for the fix. However is there anyway the blur function could be aware of the target of the click, and not hide the autocomplete if it is the target?
Apparently this is working in ZHA if that is any help.
Thanks for this Is it likely to get merged soon?
I finally got a chance to manually edit these changes into the latest beta. I can confirm it works fine on my KH10. Hoping to see it merged in next...
Can confirm this also happens when uploading using .WithFileName (not specifically using a MemoryStream) ``` var client = new MinioClient() .WithEndpoint(endpointUrl) .WithCredentials(acccessKey, accessSecret) .WithSSL(true) .Build(); var putObjectArgs = new PutObjectArgs()...
I ended up using another library as this one seems to be dead.
Sure, I switched to this one: https://github.com/Genbox/SimpleS3 So far it's worked very well.