Giter Club home page Giter Club logo

Comments (10)

karger avatar karger commented on August 23, 2024

what if I want some other options in the autocomplete that aren't part
of any other item (yet)?

On 02/04/2016 05:30 PM, Lea Verou wrote:

Autocomplete with values of the same property from other items of the
collection.


Reply to this email directly or view it on GitHub
https://github.com/LeaVerou/wysie/issues/8.

from mavo.

LeaVerou avatar LeaVerou commented on August 23, 2024

Any actual use cases in mind?

You would have to type them at least once to add them to the autocomplete, so you may as well type them once to add them as values to the property (which would also add them to the autocomplete). If you don't plan to use them as values to the property, why have them in the autocomplete? As partial values, perhaps? Or maybe that would be useful in cases where the person creating the template is different than the person editing the data (which I expect to be many).

from mavo.

Dsan10s avatar Dsan10s commented on August 23, 2024

We discussed having the browser achieve this functionality natively, do we still want to go down that path, or code autocomplete manually to have more control?

from mavo.

karger avatar karger commented on August 23, 2024

from mavo.

Dsan10s avatar Dsan10s commented on August 23, 2024

Sorry, what I mean by "code manually" is to make the implementation of autocomplete ourselves, vs using the browser's native autocomplete functionality

from mavo.

LeaVerou avatar LeaVerou commented on August 23, 2024

from mavo.

karger avatar karger commented on August 23, 2024

from mavo.

LeaVerou avatar LeaVerou commented on August 23, 2024

David, the idea was that people will automatically get autocomplete for the other values of the same property. They wouldn't have to know or care how that autocomplete was implemented.
And yes, it may be a good idea to have it as a plugin, especially if we don't use the browser's native functionality.

Btw, if people want to use the browser functionality, I realized later they can do it themselves, via existing Mavo functionality:

<div property="foo" mv-edit-list="foo"></div>

and then somewhere in the page:

<datalist id="foo">
    <option property="fooAutocomplete" mv-multiple mv-value="unique(foo)">
</datalist>

I should probably add a demo or docs about this.

from mavo.

LeaVerou avatar LeaVerou commented on August 23, 2024

So, since this is already possible with expressions, I'm inclined to close this, unless you guys disagree.

from mavo.

karger avatar karger commented on August 23, 2024

from mavo.

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.