Commit 6ad887e
[Improvement]: Default value input fields for Multiselect (#252)
* add default value and default value generator input fields
* Add default value grid for multiple default values
* Resolve conflicts
* Update public/js/pimcore/object/classes/data/multiselect.js
Remove console log
Co-authored-by: Jacob Dreesen <[email protected]>
* Use let and const
* Update namespace and fix class.js error
* hide plain default value field
* fix editor and column (not prepended by comma), add changelog
* default values limit tied to the max selectable value
* remove console log
* disable the grid for the dynamic options, fix var with let/const
* revert change
* fix normal select
* fix maxitems 0
---------
Co-authored-by: Jacob Dreesen <[email protected]>
Co-authored-by: mattamon <[email protected]>
Co-authored-by: Ji Jia Jia <[email protected]>1 parent cd5742d commit 6ad887e
File tree
6 files changed
+295
-93
lines changed- public/js/pimcore/object
- classes/data
- helpers
- templates/admin/index
6 files changed
+295
-93
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
0 commit comments