From ae3287ed337d85016912f6622ec257a9e0be2963 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Wed, 15 Nov 2023 08:27:01 -0500 Subject: [PATCH] Fix issue processwire/processwire-issues#1834 --- .../ProcessCommentsManager/ProcessCommentsManager.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { } -