Merge branch 'develop'
This commit is contained in:
commit
014e4b824f
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
* add option `removeItemButton: true` when applying choices.js
|
||||
|
||||
## [v1.26.0] - 2025-03-17
|
||||
### Added
|
||||
* FileUploadHandler: allow to upload multiple files
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ module.exports = () => {
|
|||
document.querySelectorAll('*[data-jschoice]').forEach((item) => {
|
||||
return new Choices(item, {
|
||||
searchFields: ['label'],
|
||||
removeItemButton: true,
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue