diff --git a/wire/modules/Process/ProcessCommentsManager/ProcessCommentsManager.module b/wire/modules/Process/ProcessCommentsManager/ProcessCommentsManager.module index 75d1245a..65b94648 100644 --- a/wire/modules/Process/ProcessCommentsManager/ProcessCommentsManager.module +++ b/wire/modules/Process/ProcessCommentsManager/ProcessCommentsManager.module @@ -1004,6 +1004,7 @@ class ProcessCommentsManager extends Process { $classes = array( 'input' => 'CommentInput', + 'select' => '', 'textarea' => '', 'radio' => '', 'checkbox' => '', @@ -1666,4 +1667,3 @@ class ProcessCommentsManager extends Process { } -