Closed (fixed)
Project:
Drupal 8 Contrib Porting Tracker
Version:
8.x-0.x-dev
Component:
Module
Priority:
Normal
Category:
Plan
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2016 at 15:32 UTC
Updated:
26 Nov 2018 at 08:29 UTC
Jump to comment: Most recent
Comments
Comment #2
dalinComment #3
jdleonardComment #4
anybodyJust my 2 cents from our experience... which might be useful to consider: We used https://www.drupal.org/project/jquery_ui_multiselect_widget for a long period of time in many Drupal 7 projects. It was quite OK and we made it responsive with some tricks. Somehow it doesn't allow tagging and is not a replacement for Chosen.
So for D8 we switched over to Select2 and the non-responsiveness is just horrible and I don't see good solutions currently. See issues like this: https://github.com/select2/select2/issues/3278
So Select2 is no more an option for us, because responsiveness + good UX is no more discussable.
Perhaps https://github.com/Mobius1/Selectr (discussion for responsive / touch UI: https://github.com/Mobius1/Selectr/issues/14) might be a better alternative for Drupal (Core) but it also doesn't behave well in responsiveness. The box simply grows line by line... best would be a selective combination from Select2 / selectr and jquery_ui_multiselect_widget by usecase... Chosen is even older...
Any other experiences for a perfect select widget solution? I think they must exist out there... :)
Comment #5
alphawebgroupThis one
https://github.com/HemantNegi/jquery.sumoselect
http://hemantnegi.github.io/jquery.sumoselect/sumoselect_demo.html
looks pretty nice
Comment #6
anybody@alphawebgroup: Yes that's really perfect! Better than the other ones and solves the problems named in #4. How can we proceed here?
Comment #7
geek-merlinPing the 2 maintainers and report back here!
(EDIT: Ups, wrong issue i suppose.)
Comment #8
mmjvb commentedNot sure how that relates to the port of select2. Suggest to finish your sandbox sumoselect and promote it, next create an issue for replacing select2 in autocomplete.
Looks like there is no ambition to port select2, so once sumoselect is released it can be offered as alternative. This issue could then be closed as duplicate, making it clear it is superseded. Unless someone is going to port it in the mean time, of course.
Comment #9
alphawebgroup@Anybody @mmjvb
ok, Guys
let's see how it'll go...
Comment #10
hannessThere is a Sumoselect dev release from axel.rutz now which is working well as form widget and filter.
Comment #11
steffenrThe guys from thunder recently created the https://github.com/thunder/select2/ repo for drupal 8.
Right now the module is working fine for me and the guys keep on pushing it.
There is also some discussion on adding the work done in this repo as the 8.x branch of the original select2 module.
https://www.drupal.org/project/select2/issues/2803715#comment-12679700
Comment #12
anybodyThank you @SteffenR. That looks quite promising. We should then compare it to https://www.drupal.org/project/sumoselect once it's finished.
Comment #13
mmjvb commentedComment #14
mmjvb commentedComment #15
chr.fritschWe are making a lot of progress in https://github.com/thunder/select2/. I added a whole bunch of tests recently and we will integrate the select2 module into our Thunder distribution as soon as we have the select2 namespace on d.o.
I hope I will be able to push the code to d.o. next week.
Comment #16
chr.fritschI finally pushed the first beta of the select2 port for Drupal 8.
So marking this as fixed.
Comment #17
mmjvb commentedWith a beta, Status should be Needs review.
Fixed is for a Stable release!
Comment #18
chr.fritschI just pushed select2 1.0
So I am marking this as fixed now.
Comment #19
avpaderno