--- order: 4 title: zh-CN: 清除 en-US: Clear star --- ## zh-CN 支持允许或者禁用清除。 ## en-US Support set allow to clear star when click again. ```tsx import { Rate } from 'antd'; import React from 'react'; const App: React.FC = () => ( <> allowClear: true
allowClear: false ); export default App; ```