diff --git a/src/common-components/dropdown-question/dropdown-question.vue b/src/common-components/dropdown-question/dropdown-question.vue
index e593a61b9..68882467e 100644
--- a/src/common-components/dropdown-question/dropdown-question.vue
+++ b/src/common-components/dropdown-question/dropdown-question.vue
@@ -28,7 +28,9 @@ export default {
options: {
type: Object,
required: true
- },
+ },
+ isDisabled: Boolean,
+ isRequired: Boolean,
},
data() {
diff --git a/src/common-components/text-question/text-question.vue b/src/common-components/text-question/text-question.vue
deleted file mode 100644
index 12bc58da6..000000000
--- a/src/common-components/text-question/text-question.vue
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
diff --git a/src/common-components/textbox-question/textbox-question.vue b/src/common-components/textbox-question/textbox-question.vue
index 9df4c19e7..0bd7d066b 100644
--- a/src/common-components/textbox-question/textbox-question.vue
+++ b/src/common-components/textbox-question/textbox-question.vue
@@ -1,22 +1,41 @@
There has been an error!