Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2020-03-18 18:57:11 +03:00
parent 5fb9b0950c
commit 7ce10df9c2

View File

@ -621,7 +621,9 @@ Items.makeSubContext('field',
: options.value
], options) },
{
// XXX
// XXX do we need this???
// XXX would be nice to force the title to be on a separate line
// from the text...
Text: function(title, value, options){
return this.__proto__.Text([title, value], options) },