Giter Club home page Giter Club logo

Comments (6)

yuku avatar yuku commented on May 29, 2024

Yep, I agree to your use cases. But your proposal is too specific. Following is better:

[{ value: 'cupcakeb', any: 'additional', properties: 'are', acceptable: 'yeah' },
 { value: 'cupcakeo', ... },
 { value: 'cupcakep', ... }]

from textcomplete.

coderguy9210 avatar coderguy9210 commented on May 29, 2024

Yes, that would be great ... which property would be the one it displays in the list? :-)

from textcomplete.

kulakowka avatar kulakowka commented on May 29, 2024

I also want to see support for this functionality. I need to show autocompletion users. I have to show the avatar and the user's nickname. Now I fixed the source code of the library. But I would like to get your version :)

from textcomplete.

coderguy9210 avatar coderguy9210 commented on May 29, 2024

Just a note that I worked around this by sending back the icon followed by a colon and a space followed by the replacement term. For example: < img src='avatar-img' >: username

That format looks good to me in the suggestion list and I then just split the result on the colon-space and use the array[1] of the split for my replacement of the username. I figured that doesn't touch the textcomplete source and should maintain backward compatibility if the new function for array handling is added.

from textcomplete.

yuku avatar yuku commented on May 29, 2024

Hi @kennwags @kulakowka

Now searchFunc can callback with an Array of Object. And templateFunc and replaceFunc will be invoked with the element of the callbacked array.

from textcomplete.

coderguy9210 avatar coderguy9210 commented on May 29, 2024

thumbsup on this one too. Though I've worked my way around this issue. :-)

from textcomplete.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.