+
+
+
\ No newline at end of file
diff --git a/client/src/components/inputs/NicerForm.vue b/client/src/components/inputs/NicerForm.vue
index 6c90d75..6c91ebc 100644
--- a/client/src/components/inputs/NicerForm.vue
+++ b/client/src/components/inputs/NicerForm.vue
@@ -59,5 +59,7 @@ watch($$(modelValue), (val) => {
diff --git a/client/src/pages/test.vue b/client/src/pages/test.vue
index 854f4d5..05421ba 100644
--- a/client/src/pages/test.vue
+++ b/client/src/pages/test.vue
@@ -3,6 +3,8 @@ import SingleSelect from '../components/inputs/SingleSelect.vue';
import { SearchProvider, Options } from '../components/inputs/DropdownInput.vue';
import MultiSelect from '../components/inputs/MultiSelect.vue';
import NicerForm from '../components/inputs/NicerForm.vue';
+import EnumInput from '../components/inputs/EnumInput.vue';
+import TextBox from '../components/inputs/TextBox.vue';
const testValues: Options = {
1: { display: 'Option 1' },
@@ -28,9 +30,20 @@ function genSP(indexIsChar: boolean): SearchProvider {