mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-10 16:08:34 +01:00
Make sure read-only selectbox does not return a value
This commit is contained in:
parent
f4d3027192
commit
8f488553c0
@ -540,6 +540,13 @@ var et2_selectbox_ro = et2_selectbox.extend([et2_IDetachedDOM], {
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Override parent to return null - no value, not node value
|
||||
*/
|
||||
getValue: function() {
|
||||
return null;
|
||||
},
|
||||
|
||||
/**
|
||||
* Functions for et2_IDetachedDOM
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user