Skip to content

Commit 4c41ac1

Browse files
Merge pull request #2349 from RitvikSardana/data-field-blur
fix: update data field on blur
2 parents 447d6cd + 075d705 commit 4c41ac1

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)