Skip to content

Commit 075d705

Browse files
committed
fix: update data field on blur
1 parent de920ac commit 075d705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desk/src/components/UniInput2.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ interface E {
6060
const props = defineProps<P>();
6161
const emit = defineEmits<E>();
6262
63-
const textFields = ["Long Text", "Small Text", "Text", "Text Editor"];
63+
const textFields = ["Long Text", "Small Text", "Text", "Text Editor", "Data"];
6464
6565
const component = computed(() => {
6666
if (props.field.url_method) {

0 commit comments

Comments
 (0)