Lucas_Werkmeister_WMDE added subscribers: Mooeypoo, Esanders.
Lucas_Werkmeister_WMDE added a comment.


  `git bisect` in OOUI points at rGOJU2d4c8af00035: MenuTagMSW: Use 
'highlightOnFilter' flag in MenuSelectWidget 
<https://phabricator.wikimedia.org/rGOJU2d4c8af000351c2455b07d100818a9692daa0c25>,
 so CCing author @Esanders and +2er @Mooeypoo for their information, since this 
might affect other OOUI users as well and I don’t know if the OOUI team wants 
to backport the fix somewhere or anything like that.
  
  I’ll try to fix this tomorrow. In the meantime, here’s a short reproducer 
that can be used with an HTML file like in the OOUI ToDo App Tutorial 
<https://doc.wikimedia.org/oojs-ui/master/demos/tutorials/collection/basics1/contents.html>:
  
    $( function () {
        var widget = new OO.ui.MenuTagMultiselectWidget( {
            allowArbitrary: false,
            options: [
                { 'data': 'abc', 'label': 'Label for abc' },
                { 'data': 'asd', 'label': 'Label for asd' },
                { 'data': 'jkl', 'label': 'Label for jkl' },
            ],
        } );
        // Append to the wrapper                                                
                                                                                
                 
        $( '.wrapper' ).append( widget.$element );
    } );

TASK DETAIL
  https://phabricator.wikimedia.org/T218229

EMAIL PREFERENCES
  https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Lucas_Werkmeister_WMDE
Cc: Esanders, Mooeypoo, alaa_wmde, Fnielsen, Aklapper, Nandana, Mringgaard, 
Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, 
Jonas, Wikidata-bugs, aude, Lydia_Pintscher, Darkdadaah, Mbch331
_______________________________________________
Wikidata-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to