Giter Club home page Giter Club logo

Comments (4)

xycloud avatar xycloud commented on June 4, 2024 1

yes, awesome compo, thank you very much @leocaseiro

from angular-chosen.

leocaseiro avatar leocaseiro commented on June 4, 2024

Hi @xycloud,

Thank you for opening this issue.

You are able to add nested/tree values with the group which converts to an optgroup, the same way you'd do with a normal ng-select and <select>.

$scope.teams = {
  "teams": [
    {"name": "Johan", "email": "[email protected]", "group": "one"},
    {"name": "Mala", "email": "[email protected]", "group": "two"},
    {"name": "Saimin", "email": "[email protected]", "group": "one"},
    {"name": "Dolah", "email": "[email protected]", "group": "three"},
    {"name": "Abah", "email": "[email protected]", "group": "three"}
  ]
}

See http://plnkr.co/edit/j0yIif?p=preview

Related to #47 #113

from angular-chosen.

xycloud avatar xycloud commented on June 4, 2024

hi @leocaseiro ,

Thank you for your quick answer and online demo.

but could the tree selector has two three and with collapse feature? the demo you provided only has two depth.

from angular-chosen.

leocaseiro avatar leocaseiro commented on June 4, 2024

Hi @xycloud,

I understand you need more than 2 nested in your tree, but unfortunately, it's beyond the scope of this project which uses Chosen with Angular. Chosen is an enhancement to the html select tag and they follow the W3C recommendations.

I suggest you try another component such as http://ivantage.github.io/angular-ivh-treeview/ for your needs.

from angular-chosen.

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.