From 93c974308f96a57139041e5aa51d60bd4c0738fc Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Sun, 29 Dec 2019 23:04:51 -0600 Subject: [PATCH] :bug: Fix new string input issue --- packages/editor-ui/src/components/ParameterInput.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/editor-ui/src/components/ParameterInput.vue b/packages/editor-ui/src/components/ParameterInput.vue index 07776493b0..945be0165f 100644 --- a/packages/editor-ui/src/components/ParameterInput.vue +++ b/packages/editor-ui/src/components/ParameterInput.vue @@ -10,7 +10,7 @@ - + @@ -83,7 +83,7 @@
- +
@@ -173,7 +173,7 @@ export default mixins( remoteParameterOptionsLoading: false, remoteParameterOptionsLoadingIssues: null as string | null, textEditDialogVisible: false, - tempValue: '', // el-date-picker does not seem to work without v-model so add one + tempValue: '', // el-date-picker and el-input does not seem to work without v-model so add one dateTimePickerOptions: { shortcuts: [ {