Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

Commit 797eb85

Browse files
author
rxlabz
committed
docs
1 parent d8e65fb commit 797eb85

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lib/components/dynamic-form/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Multi-choices question form
55
## Dynamic Template driven
66

77
- Form is binded to a QMulti model
8+
- new propositions can be added via button or enter key
9+
- propositions can be removed via keydown.backspace if they are empty
810

911
```dart
1012
void initQModel() {
@@ -13,7 +15,7 @@ void initQModel() {
1315
}
1416
```
1517

16-
- new proposition are added to the QMulti model and displayed in the form
18+
- new propositions are added to the QMulti model and displayed in the form
1719

1820
```html
1921
<button (click)="addProp()">new proposition</button>

0 commit comments

Comments
 (0)