diff --git a/src/components/Controls/Select.vue b/src/components/Controls/Select.vue index 0cd7e29a..6230e209 100644 --- a/src/components/Controls/Select.vue +++ b/src/components/Controls/Select.vue @@ -28,9 +28,11 @@ 'text-gray-500': !value, }" > - {{ - selectValue ? selectValue : value - }} + {{ selectValue ? selectValue : value }} {{ inputPlaceholder }}