You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
420 B

import ApplicationController from './application_controller'
export default class extends ApplicationController {
connect() {
super.connect()
$(".subjects-select2").select2({ tags: true, width: "100%" })
$(".annomark-ids-select2").select2({ width: "100%", dropdownParent: $("#editAnnotation11") })
$(".subject-ids-modal-select2").select2({ width: "100%", dropdownParent: $("#doctrineModal") })
}
}