Romain Linsolas

Results 5 comments of Romain Linsolas

[Societe Generale](https://www.societegenerale.com/en/home) (and especially the Investment Banking) is using NestJs for several internal services.

> It would also be interesting to know a little bit about HOW it is being used. In our case, it's mainly used as an API server indeed. We generally...

Hello, Thanks @Vija02 for your demo. An interesting fact is to set a `onToggle` callback on the Dropdown directly, like: ```html { console.log('onToggle:', isOpen); }}> ``` * With react, it...

Some more information after my current investigations. The event is triggered twice (was not able yet to understand why), so I tried to stop the propagation of the initial event...

Hello, I encountered the same behavior on my side. It seems that when CodeMirror defines a shortcut, it prevents to be correctly overriden. `` enables some shortcuts by default, in...