feat: add show_default_value attribute to input field in UserFieldFormDialog
This commit is contained in:
parent
83140b5f1d
commit
3594fdadfa
@ -117,7 +117,7 @@ const currentRow = computed(() => {
|
||||
return currentItem.value
|
||||
}
|
||||
} else {
|
||||
return { input_type: 'TextInput', required: false, attrs: { maxlength: 200, minlength: 0 } }
|
||||
return { input_type: 'TextInput', required: false, attrs: { maxlength: 200, minlength: 0 }, show_default_value: true }
|
||||
}
|
||||
})
|
||||
const currentIndex = ref(null)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user