Graham Saunders

Results 9 comments of Graham Saunders

@vickyrathee I implemented a custom version of this by overriding the `SendAsync` method in a custom throttle handler. That looks like this: ``` config.MessageHandlers.Add(new CustomThrottlingHandler() //be sure to use the...

@oktay89 look at #126 for a custom solution

I'm having the same issue - still no update? This library is more and more frustrating

I would agree with @huuthang1993 - this should be built in functionality to reset a form. There's another issue where a DOM node is removed, but the validation still tries...

I'm also seeing this issue -- Uncaught TypeError: Cannot read property 'inputType' of undefined at i.onChange (cleave.min.js:formatted:126) at i.setPhoneRegionCode (cleave.min.js:formatted:225) at HTMLSelectElement. The problem is that onChange: function(e) {} uses...

@harontaiko the only solution we've seen is to use the all-country js so it auto formats the country as you type based on country code. Switching between countries will be...

I'm also seeing this issue -- Uncaught TypeError: Cannot read property 'inputType' of undefined at i.onChange (cleave.min.js:formatted:126) at i.setPhoneRegionCode (cleave.min.js:formatted:225) at HTMLSelectElement. The problem is that `onChange: function(e) {}` uses...

I'm having this same issue. Data sampling is set to 100% (all data) and with the above query I'm seeing retained percentage at ~53, ~48, ~60, etc.

This is incredible! I love that you're continually iterating to improve craft.js.