From 99a29eb393f1d8e6ea07b289d096e0556f8f74cf Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Thu, 21 Nov 2019 14:02:00 +0000 Subject: [PATCH] Fixed incorrect placeholder type --- openflexure_microscope/plugins/testing/form_example/forms.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/openflexure_microscope/plugins/testing/form_example/forms.json b/openflexure_microscope/plugins/testing/form_example/forms.json index 0739ea28..6bc16dc0 100644 --- a/openflexure_microscope/plugins/testing/form_example/forms.json +++ b/openflexure_microscope/plugins/testing/form_example/forms.json @@ -11,7 +11,6 @@ "schema": [ [{ "fieldType": "numberInput", - "placeholder": "Some integer", "name": "val_int", "label": "Number value", "minValue": 0 @@ -65,7 +64,6 @@ "submitLabel": "Start task", "schema": [{ "fieldType": "numberInput", - "placeholder": "", "name": "run_time", "label": "Run time (seconds)", "minValue": 1