-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Best way to fire event after autocomplete is selected? #28
Comments
I currently do not deal very much with etherpad plugin programming (sadly), but I see what I can do. To clarify:
|
On 12 Jun 2016 20:26, jdittrich [email protected] wrote: I currently do not deal very much with etherpad plugin programming (sadly), but I see what I can do. To clarify:
— |
OK that helps along. So it would help you if I point out at which part of the code that event could be fired? Like "I suggest line 42 in Would something like this be OK? – I assume that then you could try to insert a that event-firing code at the suggested position. |
→ if it is about selecting with the ↓↑ keys, there is not one function, but the up- and the down-function that need to be considered. All of the mentioned functions are in |
@JohnMcLear do you want to autocomplete too? I mean, when the user selects a suggestion do you want If you don't want that to happen, I would suggest to change autocomp.js to be configured with a custom behavior besides the default one (call Does that help you? |
What's the best way to do this? I want to fire
The text was updated successfully, but these errors were encountered: