Daniel DeGroff

Results 103 issues of Daniel DeGroff

I'm configuring this plugin with default settings so users don't need to specify them manually unless they wish to override. For example, I have a map of options options =...

Bug

In order for all 24 hours of the day to be rendered as business hours, you need to define the option as such: "businessHours": {start: 0, end:24} If this range...

### Description With the following SAML AuthN Request generated with this library, I was unable to validate the signature using the provided public key. See certificate, signature and full XML...

## General Client Library Issues ### Description This is just a list of other GH issues not in the `fusionauth-issues` repo that we need to resolve. - https://github.com/FusionAuth/go-client/issues/48 - https://github.com/FusionAuth/fusionauth-typescript-client/issues/54...

client-library

### Description Mybatis supports multiple environments which should allow you to bind a mapper to more than one `DataSource`. This would allow me to decide at runtime which connection pool...

Recreate 1. Open date picker 2. Put cursor int he date field 3. Type `3` 4. Type `/` The `/` slash is entered instead of advancing the cursor to the...

I have a prototype that mostly works that uses the Overlay object to add dialogs to a stack and then just push and pop them off to manage the open...

When a modal dialog is open the tab index still will progress through elements behind the overlay. Here is a good summary of the issue. https://stackoverflow.com/questions/14572084/keep-tabbing-within-modal-pane-only A simple fix is...

I think when you use `wrapInnerHTML` it will lose any event listeners. Review `PrimeElement.wrapInnerHTML` to see if we can do this better and preserve listeners.