Doug Bloch

Results 3 issues of Doug Bloch

### Describe the bug? Updated code to be ` Configuration config = new Configuration(); config.OktaDomain = "https://dev-xxxxxxx.okta.com/"; // Configure API key authorization: API_Token config.Token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; var apiInstance = new...

bug

I'm sure I'm missing the obvious, but I'm trying to get the built-in refresh button to actually refresh (change the Captcha word.) I've tried the below code. ``` ``` Another...

So I took this demo code from https://demos.blazorbootstrap.com/form/time-input#validations and ran it, it works as expected. If I wrap the EditForm with AuthorizeView tags with a custom Policy, I get the...

area-time-input