baidu / baidu/amis

fieldSet不支持columnCount

Open
#3,752 0 comments 4 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
18.9k
Forks
2.7k
PR merge metrics
No merged PRs in 30d

Description

#### 实现场景:
fieldSet不支持columnCount

#### 存在的问题:
fieldSet不支持columnCount

#### 当前方案:
```
{
"type": "form",
"title": "表单",
"body": [
{
"type": "fieldSet",
"title": "基本信息",
"body": [
{
"label": "文本框",
"type": "input-text",
"name": "text"
},
{
"type": "input-text",
"label": "s",
"name": "s"
}
],
"columnCount": 2
}
],
"id": "u:ca1804a19fca",
"mode": "horizontal"
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names no source file or test. Start by locating the TypeScript implementation of fieldSet and reading how its body layout is rendered; completion should make the supplied configuration's two input fields appear in two columns.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.