-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
OSSA version
0.4.2
复现步骤
<OsInput
label="*活动标题:"
disabledClear={true}
placeholder="例如: 2022年xx青少年xx大赛"
placeholderStyle="color: #7f7f7f;"
value={state.title}
onChange={(v) => {
setState((s) => ({ ...s, title: v }));
}}
/>
预期表现?
disabledClear为true的时候可以关闭clear按钮
实际表现?
disabledClear为true的时候无法关闭clear按钮
环境信息
No response
其他?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working