diff --git a/app/views/proposals/_proposal_form.html.haml b/app/views/proposals/_proposal_form.html.haml index e4d72ae3..5131790e 100644 --- a/app/views/proposals/_proposal_form.html.haml +++ b/app/views/proposals/_proposal_form.html.haml @@ -69,6 +69,6 @@ $(document).ready(function() { $('#event_speaker_ids').selectize({ plugins: ['remove_button'], - maxItems: 5 + maxItems: 100 } ) });