RobertoGalvan

Results 3 comments of RobertoGalvan

Hi, For fix bug B, ill recommend that adding the line "that.killerFn(e);" in the "case keys.Return:" case keys.RETURN: if (that.selectedIndex === -1) { that.hide(); return; } that.select(that.selectedIndex); that.killerFn(e);

Hello, I haven't seen any update or release regarding this bug. Have you tried using the "workaround" I suggested?

Then you almost got your problem solved. What I did on the time I worked on it, was to see how it worked in both scenarios. Saying that, see what...