Skip to content
Snippets Groups Projects
Commit 8b886f4c authored by Marius Dumitru Florea's avatar Marius Dumitru Florea
Browse files

XWIKI-19056: Selectize does not load values when typing a letter during the initialization

XWIKI-17872: SharePageIT#shareByEmailWhenNoFromAddress and SharePageIT#shareByEmailWhenFromAddressSpecified are flickering
* Preload on initialization rather than on focus which has some bugs (on the selectize.js side)
parent 554efaf9
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ define('xwiki-selectize', [
// the user) than to miss some suggestions because they were wrongly removed. We could try to patch Selectize to fix
// the way it handles custom user suggestions but it's safer to simply enable persistence.
persist: true,
preload: 'focus',
preload: true,
render: {
item: renderItem,
option: renderOption,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment