BOBO

Results 4 comments of BOBO

Does it mean that the component has one option named maxRow to decide the max displayed lines ? Do you mind using scss variable and @if rule to achieve it

> @Hujianboo yes, it should be add a prop to specify the max line count, `max-row` is ok. > > My initial consideration is using `-webkit-line-clamp` to implement this feature....

> @Hujianboo My thought is the following: > > `max-row` is a prop to trigger whether is using `line-clamp` styles, its default value should be `null`. Ellipsis will turn on...

I have the same problem in version 3.0 plus. You can change the `export interface CreateFormOptions { rules: Record; defaultValues?: DefaultValues; validateMode?: Mode; }` to `export interface CreateFormOptions { rules:...