Skip to content

Commit

Permalink
readd comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Matr1x-101 authored Oct 17, 2024
1 parent 8da6362 commit bfc2e26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions morebits.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ Morebits.quickForm.element.prototype.compute = function QuickFormElementCompute(
node = document.createDocumentFragment();
// fragments can't have any attributes, so just return it straight away
return [ node, node ];
// Sometimes Twinkle uses fancy searchable "select" elements. This is powered by the third party library "select2". Activate it by creating a Morebits "select" element, then call `$('select[name=sub_group]').select2({});` or similar towards the end of your main code.
case 'select':
node = document.createElement('div');

Expand Down

0 comments on commit bfc2e26

Please sign in to comment.