mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 03:39:34 +08:00
input 都增加清空按钮
This commit is contained in:
@@ -54,6 +54,7 @@ export const CreateResourceCategory = (props: PropInterface) => {
|
||||
onChange={(e) => {
|
||||
setName(e.target.value);
|
||||
}}
|
||||
allowClear
|
||||
/>
|
||||
</Modal>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user