We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de920ac commit 075d705Copy full SHA for 075d705
desk/src/components/UniInput2.vue
@@ -60,7 +60,7 @@ interface E {
60
const props = defineProps<P>();
61
const emit = defineEmits<E>();
62
63
-const textFields = ["Long Text", "Small Text", "Text", "Text Editor"];
+const textFields = ["Long Text", "Small Text", "Text", "Text Editor", "Data"];
64
65
const component = computed(() => {
66
if (props.field.url_method) {
0 commit comments