mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Added 3.1.2 changelog
This commit is contained in:
parent
0e5524af44
commit
11fd15c87d
14
docs/en/changelogs/3.1.2.md
Normal file
14
docs/en/changelogs/3.1.2.md
Normal file
@ -0,0 +1,14 @@
|
||||
# 3.1.2 (unreleased)
|
||||
|
||||
## Upgrading
|
||||
|
||||
### Treedropdownfield showsearch defaults to true
|
||||
The showSearch option of TreedropdownField is now set to true by default. This is to provide a fallback ui for when children of a tree node fail to render (due to too many children). You may set search as false when initializing a TreedropdownField, or afterwards:
|
||||
|
||||
:::php
|
||||
$treedropdownfield->setShowSearch(false);
|
||||
|
||||
If your data requires a specialized search function, you may specify it within:
|
||||
|
||||
:::php
|
||||
$treedropdownfield->setSearchFunction();
|
Loading…
x
Reference in New Issue
Block a user