穿梭框添加disable属性 Transfer disable readonly #12066
Closed
Comments
Translation of this issue: Shuttle box can add disable attribute Transfer disable readonly
What problem does this feature solve?The shuttle box is often used in the form, and sometimes the form items that do not want the shuttle box are modified during editing. So you need a disable attribute like input. The display effect is also as gray as input. What does the proposed API look like?<Transfer
Disable={true}
dataSource={this.state.mockData}
showSearch
filterOption={this.filterOption}
targetKeys={this.state.targetKeys}
onChange={this.handleChange}
Render={item => item.title}
/> |
@BoostIO funded this issue with $10. Visit this issue on Issuehunt |
@zombieJ has rewarded $7.00 to @zombieJ. See it on IssueHunt
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem does this feature solve?
常常在表单里使用穿梭框,有时在编辑时不希望穿梭框的表单项被修改。所以需要一个和input 一样的disable属性。显示效果也和input一样灰色。
目前只能给穿梭框的每条数据添加disable属性。
What does the proposed API look like?
The text was updated successfully, but these errors were encountered: