Antd uses popover to put Input on it. After binding, it cannot be entered normally to find a solution. Q 858421404

const [newLabelName, setNewLabelName] = useState ("");

const Search = () = > {

return(
  <div className={styles.searchWrapper}>
    <Input placeholder="" />
    <Icon onClick={addItem} className={styles.addIcon} type="plus-circle" />
  </div>
);

}

< Popover
placement= "bottom"
title= {< Search / >}
content= {< LabelItem / >}
trigger= "click"

< span className= {styles.addLabel} > add tags
< / Popover >
May.05,2022
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-1b3c5ca-2c316.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-1b3c5ca-2c316.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?