npm.io
0.0.3 • Published 8 years ago

@beisen-cmps/ux-m-platform-readonly-form-item

Licence
ISC
Version
0.0.3
Deps
5
Size
55 kB
Vulns
0
Weekly
0

组件使用、扩展文档

ReadOnlyItem只读表单项

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

UI规则

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

API

ReadOnlyItem props

name description type default
cls 自定义container css String ''
style 自定义container style object {}
label 标题 String ''
value 内容 String ''
itemType 表单类型 'arrow'为选择类表单,不填为输入类表单 String ''

Keywords