Andrew Valleteau
Andrew Valleteau
Hi, This issue will be hard to investigate without more details/examples to reproduce. If you can provide a [MWE](https://stackoverflow.com/help/minimal-reproducible-example) I'll be able to investigate further on this issue.
The items list elements are removed from the DOM at each call to `update` and I don't see where references could be kept preventing the garbage collection. I will investigate...
This behaviour have to do with the `required` option implemented into the `isCancelAfterEnd` function. I'll investigate it when I have some time.
If you need a fix ASAP, you should fork the repo and do the fix you need. I'll be happy to review the PR you make after that when I...
Finally got some time to think about your issue. Returning the problem in all the faces, it always get back of 'what is the desired behaviour of required option'. Actually,...
@ajayupreti could you please elaborate on why you don't want to use the provided workaround ? Maybe the workaround discussed here: #57 will suit your use case better ? You...
Interesting, this it seem related to the way the `click` events are handled by ag-Grid. Basically, only `Enter` and `Tab` keys make my component know that the "user validated input",...
After some investigation it's totally related to the way agGrid handle input. A click outside of the cellEditor is not considered like an "input validation", but like an "input canceled"...
> In addition, I use ag-grid as row-based. Could you elabore on this part ? Maybe an [MWE](https://stackoverflow.com/help/minimal-reproducible-example) could help me investigate this issue. If you mean you use the...
Safari cache favicon quite aggressively, so even if you manage to get it to work with basic images URL, I'm quite sure: - Animations won't work - Alert "icons" won't...