Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz authored Dec 3, 2024
1 parent 7361323 commit 2cab515
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,9 +384,9 @@ selectable:
}
```

## Upgrade from to version 5
## Upgrade to version 3
### Neos.Form.Builder:SelectOptionCollection
The `Neos.Form.Builder:SelectOptionCollection` prototype has been changed and uses now `items` instead of `collection`.

Also, the way how dynamic options got collected has been changed. Instead of defining the property path, you now need to
use a renderer to render the `value` and `label` of your option.
use a renderer to render the `value` and `label` of your option.

0 comments on commit 2cab515

Please # to comment.