0.0.3 • Published 6 years ago

@beisen-cmps/ux-m-platform-readonly-form-item v0.0.3

Weekly downloads
3
License
ISC
Repository
gitlab
Last release
6 years ago

组件使用、扩展文档

ReadOnlyItem只读表单项

用于文本(除文本区和富文本)或选择类组件的只读状态。

UI规则

  • 表单项置灰
  • 点击不做任何反馈,不可输入或选择
  • 不显示必填及帮助文字

API

ReadOnlyItem props

namedescriptiontypedefault
cls自定义container cssString''
style自定义container styleobject{}
label标题String''
value内容String''
itemType表单类型 'arrow'为选择类表单,不填为输入类表单String''