GithubHelp home page GithubHelp logo

Comments (3)

Raiondesu avatar Raiondesu commented on May 21, 2024

@kaskar2008, this is a subject for a minor, I think, because this requires rework of markup & CSS classes. OR, at least, of logic.

from vue-simple-suggest.

Raiondesu avatar Raiondesu commented on May 21, 2024

I just thought about all this, and now such a functionality seems wrong to me. Mainly because it's not always useful - the case of suggestions that exclusively begin with the query is not 100% common. Most of the time, the suggestion only contains the text that user types.

I can only think of google suggestions in their search bar as an appropriate use-case for this.

As for now, the thing that you request can be (much more easily!) achieved outside the vue-simple-suggest, by using a custom input, somewhat like this:

<vue-simple-suggest v-model="query" ref="autocomplete">
  <overshadow-input :bolden-value="query" :overshadow="$refs.autocomplete.suggestions[0].title"/>
</vue-simple-suggest>

where overshadow-input is an input component that can append a text overshadow and bold a certain part of it.

So the whole thing would not only add the un-needed internal complexity, but is also more than easily solved outside of the component by a programmer using it.

from vue-simple-suggest.

kaskar2008 avatar kaskar2008 commented on May 21, 2024

I guess you are right. It was only a proposal tho.

from vue-simple-suggest.

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.