mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Disable automatic chosen, only explicit now
This commit is contained in:
parent
48e4d8daa0
commit
a64da9f456
@ -21,7 +21,7 @@ class etemplate_widget_menupopup extends etemplate_widget
|
||||
/**
|
||||
* If the selectbox has this many rows, give it a search box automatically
|
||||
*/
|
||||
const SEARCH_ROW_LIMIT = 20;
|
||||
const SEARCH_ROW_LIMIT = PHP_INT_MAX; // Automatic disabled, only explicit
|
||||
|
||||
/**
|
||||
* @var array
|
||||
|
Loading…
Reference in New Issue
Block a user