-
Notifications
You must be signed in to change notification settings - Fork 264
Can't change autocomplete-plus:select-next in keymap #261
Comments
@park9140 could the change you made last night change the selector that needs to be used for keybindings? If so, we need a 🔤 docs update. |
@joefitzgerald, not anymore. The fix @benogle put in to remove the hidden input and allow IME input mode to work did however. @23tux, you need to switch to using |
@park9140 When I change it to |
I've observed this also. |
@park9140 it appears that with the move away from the hidden input, we've broken the ability to use keymaps to redefine the bindings. This is why we backed away from it last time, also. When this behavior exhibits itself, confirm seems to always get called on the last-confirmed item. I think we need to clear our the selected item so that this doesn't happen. |
I found an easy way to prevent multiple-confirmation - but I'm not aware of how I allow enter to continue to service the editor once the suggestion list isn't active... |
We're not removing
|
Yep, that fixed it. |
Hi,
I'm trying to overwrite some behaviour in my keymap.cson. But when I add this code, it has no effect:
I want to navigate through the suggestion list via
tab
and confirm them viaenter
. Can someone explain, why this isn't working? The example is from the readme.The text was updated successfully, but these errors were encountered: