How to solve the problem that the delete icon on ipad cannot be displayed using antd select allowclear.

there are bosses who know how to solve the antd select allowclear attribute problem on ipad
the delete icon on the right side of the select box does not show up. Click the drop-down icon to select the content, then click the drop-down icon to delete the selection directly without the delete icon of allowclear

.
<Select
  onChange={(val) => {
    onChangeLouhao(val);
  }}
  allowClear
  placeholder=""
></Select>
Feb.18,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-1b2b345-40002.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-1b2b345-40002.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?