ng2-select
ng2-select copied to clipboard
project still alive? lib dead?
As I am looking for a convenient select-control like "ui-select" for angular2 and greater i am wondering if it is still worth using this one. It looks promising and i can finde some missing features already in the pull-requets but there are lots of unmerged pull-requests and lots of issues for more than 3 months.
Thank you!
This lib is dead
Is there any recommended alternative?
This is exactly the question i wanted to ask next..
The angular 2 version of angular-material looks good. Even ist in beta for angular 2, it seems they make progress:
https://material.angularjs.org/1.1.2/demo/chips https://github.com/angular/material2
But the design..well..you have to be addicted to google/android..
The typehead from ui-bootstrap perhaps..but does not allow multiples by now..
Still missing ui-select for angular 2
I think I'm going to test https://github.com/basvandenberg/ng-select (demo: https://basvandenberg.github.io/ng-select/) There are not that much features as in this component, but enough for my needs.
@valorkin? I know its open source, so you likely have to prioritize all the other projects you have, but any plans to update this one in the future?
Lib is not dead, it will be merged into ngx-bootstrap as a version of Typeahead because it has 90% of duplicated code. I am not closing issues, because I am using it as check list for rewriting select element
Thank you for the information @valorkin I am wondering how the relaton is between "ng2-bootstrap" and "ngx-bootstrap". Do both compete?
it is 100% same lib, but renamed to ngx-* because now it supports ng v2 and v4
Thank yout. But ng-bootstrap (without "2") is soemthing different? https://github.com/ng-bootstrap
( well i see at least one common contributor )
Wait so from now I'm also required to use bootstrap together with this lib? If that's the case then it still looks like this one is dead since the ngx-bootstrap project is something entirely different.
@plaetzchen79 ng-bootstrap/ng-bootstrap is an Angular implementation of Bootstrap 4 components. valor-software/ngx-bootstrap is an Angular implementation of Bootstrap 3 and 4 components. Made by two completely different groups.
Thanks for all the explanation. It is annoying to the see that most ui controls for angular > 1 are still in an early development state. I think i will remain using angularjs for now.
I am speaking about https://github.com/valor-software/ngx-bootstrap
it is a set of components, so you can use only select
component from it if you want to
@valorkin currently there is no 'select' component in https://github.com/valor-software/ngx-bootstrap . Will it be implemented in the near future? Or should typeahead be used with some secret options ?
I am working on v2 of ngx bootstrap, It will have several new components Typeahead and ng2-select have 90% of the same code base, so why you should load it twice.
@valorkin Do you have any idea when is ng2-select is gonna be available in ngx-bootstrap
Seems to me it would have taken less time to bump the damn version number so npm doesn't bitch all the time than it would have to keep coming to this thread and say "it's moving at some unknown time in the future".
@fluky agreed
@valorkin any estimates when the ngx version will be available?
Does anyone know another plugin which has a working multiple select?
@Hesesses hey, this week I am finishing couple of features for new datepicker http://valor-software.com/ngx-bootstrap/#/datepicker
and releasing last ng v2 compatible version next 1-2 weeks, I will upgrade ngx-bootstrap to be compatible with ng v5 and release v2 after it next top prio is merging ng2-select with typeahead in ngx-bootstrap
I am not closing issues in this repo for a simple reason: this is my checklist for ngx-bootstrap\select :)
@valorkin Can't you take merging ng2-select with typeahead in ngx-bootstrap as high priority?
it is next big thing to do, for sure
@valorkin do you have estimates when the select multiple values (multi-value inputs) would be available?
multiple - (?boolean=false) - Mode of this component. If set true user can select more than one option. This option only applies to single-value inputs, as multiple-value inputs don't have the search input in the dropdown to begin with.
I need to release a new version of a project soon and I would love to use this library
at the moment it will be more guess
timating
my plan is to realise this before end of Sep
I'm trying not to be pain in the ass, but hows it going? :)
finishing breaking changes https://ngx-bootstrap.surge.sh/#/
> . <
real life keeps making changes to my schedule
@valorkin the surge link points to 2.0.0-beta.6, but when I look in the sidebar there is no documentation for a Select component available yet. Also in the development branch I don't see a Select yet (looked in https://github.com/valor-software/ngx-bootstrap/tree/development/src). Can you perhaps point to a version that we might have a look at already? Maybe you have a local branch you can push to GitHub so we can help create fixes or is it not at that stage yet?