标签: material-ui react-select
从下拉菜单中选择选项后。在退格键上没有清除值。
https://codesandbox.io/s/nnvrz6px6l。
任何帮助都是非常重要的
答案 0 :(得分:1)
遇到了同样的问题,您现在似乎需要将isClearable={true}道具添加到Select中。添加此道具后,您现在可以使用退格键清除所选项目,并且还会出现一个小的x,以清除所选项目。
isClearable={true}
Select
x