Skip to content

OsInput的disabledClear属性无效 #92

@Sloaix

Description

@Sloaix

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 working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions