Florian Ribon
Florian Ribon
Same issue here, I need to programatically set the focus on another `input` but the first key I press write inside the selected cell. Unfortunately handsontable is part of our...
Hi @AMBudnik I've upgraded to 0.20.0, unfortunately I still have that problem. I'm using jQUery to focus an input `$('#myinput').focus()` and I see the text blinking cursor on it, but...
Indeed, I forgot to reply but I actually upgraded to the latest at that moment, 0.20.1, which didn't solve the issue.
Here it is: http://plnkr.co/edit/7jpkMMoHtUT66SlL99F3?p=preview I believe we could avoid it by "unselecting" the cell within the table first, if the API allows that. But at best I would need the...
Still present in `0.26.1` As a reminder, here is how to reproduce: http://plnkr.co/edit/7jpkMMoHtUT66SlL99F3?p=preview
Hi @swistach, clear and simple, thanks!
+1 this is really needed, has uiCodemirror development being abandoned?
@aravindnc ideally I wouldn't change the containing HTML page as I'm only producing a JS file of my web component. So there is no way for it to be self...
@mnd-dsgn thanks, I tried that but when I import that file I get a > TypeError: Cannot set property 'true' of undefined This is because that script uses a global...
Hi, is there any news about this issue?