mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Some chosen parameters:
- Inherit classes from select - Search within, not just at start
This commit is contained in:
parent
6fd5e50d60
commit
407efdbcaf
@ -557,6 +557,8 @@ var et2_selectbox = et2_inputWidget.extend(
|
|||||||
}
|
}
|
||||||
this.input.css("width",this.options.tags ? "100%":'')
|
this.input.css("width",this.options.tags ? "100%":'')
|
||||||
.chosen({
|
.chosen({
|
||||||
|
inherit_select_classes: true,
|
||||||
|
search_contains: true
|
||||||
})
|
})
|
||||||
.change(this.onchange);
|
.change(this.onchange);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user