Meteor-Community-Packages / meteor-autocomplete

Client/server autocompletion designed for Meteor's collections and reactivity.
https://atmospherejs.com/mizzao/autocomplete
MIT License
350 stars 109 forks source link

triggering change events when setText #140

Closed miguelalarcos closed 3 years ago

miguelalarcos commented 7 years ago

I would like to listen to change events of inputs of this autocomplete package.

mizzao commented 7 years ago

Hi @miguelalarcos,

I don't have time to maintain this project anymore, so I gave you commit access to make any changes you'd like, including merging in other PRs and deciding which features are important to include. It would be nice to follow the style used by the rest of the code and figure out a way to test some of the front-end features, if possible.

If you give me your Meteor developer username, I can give you permission to publish new versions of the package as well.

miguelalarcos commented 7 years ago

Hi @mizzao,

I'm not very good at coding in Coffee-script, so I'm not sure about committing. Anyway, if I decide to change some code of your package (I have to say that it's the only one that follows Meteor reactive paradigm) I will try to do my best.

My Meteor developer username is miguelalarcos. The same about publishing your package.

Thanks.

mizzao commented 7 years ago

Hey @miguelalarcos - if you'd like to convert the whole package to vanilla Javascript (or ES6), feel free! I'm in favor of that; just test before you publish (the demo app can handle most of it). Coffeescript was my preferred flavor when I wrote it, but I think it's much better for general contributions to use Javascript.

Added you as an Atmosphere collaborator. I usually use the following simple procedure for publishing, although you can do what works for you:

Thanks so much for your help!