-
```
Could you please add multi-line support for task panel?
```
Original issue reported on code.google.com by `baltazar...@gmail.com` on 2 Apr 2010 at 4:50
-
## Steps to Reproduce
1. Execute `flutter run` on the code sample
2. Resize the view port to make the text overflow and as a result clip
3. The bottom of the 'gg''s are cut off
**Exp…
-
Full Code
```dart
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:flutter_svg/flutter_svg.dart';
import 'package:go_router/go_router.dart';
import 'package:legalis/…
-
## Summary 💡
Sometimes header titles are too big to fit in one line and we would like to have them in multiple lines.
Ideally, we could have a kind of outfit that is based more on the columns c…
-
```
Could you please add multi-line support for task panel?
```
Original issue reported on code.google.com by `baltazar...@gmail.com` on 2 Apr 2010 at 4:50
-
```
Could you please add multi-line support for task panel?
```
Original issue reported on code.google.com by `baltazar...@gmail.com` on 2 Apr 2010 at 4:50
-
## 已经 1.0 版本的组件
- [x] timeline 时间轴
- [x] button 按钮
- [x] Icon 图标
- [x] Layout 布局
- [x] Container 容器
- [x] Rows 行布局
- [x] Cols 列布局
- [x] Layer 层
- [x] Popup 弹出层
- [x] Modal 模态框
- [x] Alert…
-
Would be nice if this parser generator could generate an EBNF compatible with https://www.bottlecaps.de/rr/ui to generate railroad diagrams from the grammars.
There is also an online parser generat…
-
#### 描述问题:
表单内放组合输入组件 组合输入内组件输入值点击表单保存会出现输入的值被清空的情况
#### 截图或视频:
![image](https://github.com/baidu/amis/assets/48676074/843f8477-7e8b-4f43-84a1-31a45dcc0aea)
输入内容后点保存,值就清空了,多次试验发现它还原了表单旧值、就是没修改之前…
-
It looks like our overflow handling is pretty weird (if not just downright broken).
For instance, the following doesn't result in any overflow handling other than "clip", regardless of the overflow…