mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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