ellipticaljs / paper-autocomplete

Polymer Autocomplete Component
MIT License
68 stars 66 forks source link

Polymer 3 support #121

Open Ortham opened 6 years ago

Ortham commented 6 years ago

This may be a bit premature, but are there any plans for this element to support Polymer 3, i.e. ship as an ES6 module published on the NPM registry?

jhuesos commented 6 years ago

Yeah, it is in the plans, but it might take a while. The other option i am thinking is a complete re-write to be only Polymer 3 compatible and to only provide the pop-up part. The input field part should be handled by the user, but they are just my first thoughts on this. What do you think?

On Sat, May 12, 2018, 23:59 Oliver Hamlet notifications@github.com wrote:

This may be a bit premature, but are there any plans for this element to support Polymer 3, i.e. ship as an ES6 module published on the NPM registry?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ellipticaljs/paper-autocomplete/issues/121, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUumdEVyMHE6HXkAQXcYutrMFCDh-Vzks5txvjjgaJpZM4T8cdc .

Ortham commented 6 years ago

I think that would be more flexible, but I don't have any strong opinion either way. The element works well for me as it is. 🤷‍♂️

madiyetov commented 6 years ago

Hi @jhuesos It would be nice to publish v3.0 with the same API and only after that adding new features. Developers already requiring v3.0. Thanks.

jhuesos commented 6 years ago

Noted. I'm this week on holidays outside the country. I will do my best to do this once I'm back. Of course, PR are always welcome :)

On Tue, May 22, 2018, 03:10 Makhambet notifications@github.com wrote:

Hi @jhuesos https://github.com/jhuesos It would be nice to publish v3.0 with the same API and only after that adding new features. Developers already requiring v3.0. Thanks.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/ellipticaljs/paper-autocomplete/issues/121#issuecomment-390736264, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUumTsGZkryaSElEg3w0pHz-RGse8Zhks5t0wMpgaJpZM4T8cdc .

madiyetov commented 6 years ago

@jhuesos https://github.com/stat92/paper-autocomplete/tree/3.0-preview . Here analysis.json doesn't generated properly and components page doesn't have link to the demo. But component works OK. You can use it.

s-oliver commented 6 years ago

I'm also interested in a Polymer 3 version (npm package). I agree with your idea to only handle the popup part, that provides more flexibility - you could add autocompletion to any arbitrary elemtent that way.

JoernT commented 5 years ago

is this still in the works or stalled? Just asking as we migrate to Polymer 3 and rely on paper-autocomplete (which is fine as is). Eventually we'll do the migration ourselves.

ThomasOrlita commented 5 years ago

Someone made a Polymer 3 version, it works okay for me: https://www.webcomponents.org/element/@fluidnext-polymer/paper-autocomplete/