ng2-select icon indicating copy to clipboard operation
ng2-select copied to clipboard

project still alive? lib dead?

Open plaetzchen79 opened this issue 7 years ago • 42 comments

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!

plaetzchen79 avatar Apr 19 '17 05:04 plaetzchen79

This lib is dead

Scipionh avatar Apr 19 '17 07:04 Scipionh

Is there any recommended alternative?

jonathanheilmann avatar Apr 19 '17 12:04 jonathanheilmann

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

plaetzchen79 avatar Apr 19 '17 12:04 plaetzchen79

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.

jonathanheilmann avatar Apr 19 '17 13:04 jonathanheilmann

@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?

dh-lex avatar Apr 20 '17 13:04 dh-lex

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

valorkin avatar Apr 20 '17 17:04 valorkin

Thank you for the information @valorkin I am wondering how the relaton is between "ng2-bootstrap" and "ngx-bootstrap". Do both compete?

plaetzchen79 avatar Apr 24 '17 12:04 plaetzchen79

it is 100% same lib, but renamed to ngx-* because now it supports ng v2 and v4

valorkin avatar Apr 24 '17 14:04 valorkin

Thank yout. But ng-bootstrap (without "2") is soemthing different? https://github.com/ng-bootstrap

( well i see at least one common contributor )

plaetzchen79 avatar Apr 25 '17 07:04 plaetzchen79

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.

gitnik avatar Apr 25 '17 11:04 gitnik

@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.

avoerman avatar Apr 25 '17 13:04 avoerman

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.

plaetzchen79 avatar Apr 26 '17 05:04 plaetzchen79

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 avatar Apr 26 '17 14:04 valorkin

@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 ?

dunerunner avatar Apr 27 '17 12:04 dunerunner

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 avatar Apr 28 '17 03:04 valorkin

@valorkin Do you have any idea when is ng2-select is gonna be available in ngx-bootstrap

Scipionh avatar May 04 '17 07:05 Scipionh

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 avatar May 04 '17 12:05 fluky

@fluky agreed

valorkin avatar May 04 '17 13:05 valorkin

@valorkin any estimates when the ngx version will be available?

Hesesses avatar Jun 16 '17 07:06 Hesesses

Does anyone know another plugin which has a working multiple select?

Hesesses avatar Aug 31 '17 09:08 Hesesses

@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 avatar Aug 31 '17 10:08 valorkin

@valorkin Can't you take merging ng2-select with typeahead in ngx-bootstrap as high priority?

shah-dhaval avatar Sep 01 '17 13:09 shah-dhaval

it is next big thing to do, for sure

valorkin avatar Sep 01 '17 14:09 valorkin

@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

Hesesses avatar Sep 04 '17 10:09 Hesesses

at the moment it will be more guesstimating

valorkin avatar Sep 04 '17 11:09 valorkin

my plan is to realise this before end of Sep

valorkin avatar Sep 04 '17 11:09 valorkin

I'm trying not to be pain in the ass, but hows it going? :)

Hesesses avatar Oct 02 '17 06:10 Hesesses

finishing breaking changes https://ngx-bootstrap.surge.sh/#/

valorkin avatar Oct 02 '17 15:10 valorkin

> . < real life keeps making changes to my schedule

valorkin avatar Oct 02 '17 15:10 valorkin

@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?

100000001 avatar Oct 09 '17 07:10 100000001