Skip to content

2.0.4

Choose a tag to compare

@wk1025 wk1025 released this 01 Feb 02:23
· 11 commits to 2.0 since this release

增强KeyValue组件
示例:
$form->keyValue('datas')->setLabel('Label', 'Value')->options([
'1' => 'aaa', '2' => 'bbb', 'c' => 'ccc'
])->load('url')->readonly();