In antd, the `TimePicker` time selection box component that is looped through the array, if you locate the key in which it is located

  1. in antd, I want to loop out multiple < TimePicker / > components through an array, and when the component triggers onChange, pass the corresponding value setState to the corresponding subscript time .
  antd TimePicker  

As mentioned in the

document, the parameter of onChange is function (time: moment, timeString: string): void . You can only get time and timeString in change event China, but you cannot get the subscript key .

I don"t know if netizens have any whimsical tricks to get this value key?.

Mar.21,2021

onChange={ ()=>timeChange(item.key) }
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-1b3c23f-2c2e2.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-1b3c23f-2c2e2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?