How to assign an initial value to input when the click-and-edit function in ant design pro uses getFieldDecorator

ant design pro framework does a click-edit function to generate a pop-up box, how to assign an initial value to an input when using form.getFieldDecorator

clipboard.png
writing initialvalue doesn"t work. How to fix this?

Mar.06,2021

getFieldDecorator('XXXID', {
  initialValue: '',
})(
  <Input placeholder={XXX || 'XXX'} />
)

getFieldDecorator(id, { 
    initialValue: '',
})(
  <Input />
)

clipboard.png

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b22741-2b5ff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b22741-2b5ff.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?