Bill Orpet
Bill Orpet
This is a small change to fix #2078. The input's "input" event is triggered in addition to the "change" event.
For Datepicker, when a date is selected and the associated input's value is updated, the "change" event is fired, but the ["input" event](url) is not. I assume this is because...
We frequently see lines with this message in our logs: ``` WARN Defaulting to non-proxy environment ``` We have traced the source of these to the below Authorize.net code: https://github.com/AuthorizeNet/sdk-java/blob/487462da57ab1c1285ad345aefcca577360de55b/src/main/java/net/authorize/util/HttpClient.java#L134-L165...