From 9508df16994515a9b98456282e140d53ffb923a6 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 24 Jul 2023 12:21:57 -0400 Subject: [PATCH] starting to think the paste and lazy issues were connected. --- .../textbox-question/textbox-question.vue | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/digital-components/textbox-question/textbox-question.vue b/src/digital-components/textbox-question/textbox-question.vue index 333dd6ec..92b7deca 100644 --- a/src/digital-components/textbox-question/textbox-question.vue +++ b/src/digital-components/textbox-question/textbox-question.vue @@ -13,7 +13,7 @@ class="input-wrapper" :class="[ includeSearchIcon ? 'has-search-icon' : '', - includeSelectIcon ? 'has-select-icon' : '', + includeSelectIcon ? 'has-select-icon' : '' ]">