diff --git a/source/Ox.UI/js/Form/FormItem.js b/source/Ox.UI/js/Form/FormItem.js index 0abe12ec..0a02c2a4 100644 --- a/source/Ox.UI/js/Form/FormItem.js +++ b/source/Ox.UI/js/Form/FormItem.js @@ -23,13 +23,13 @@ Ox.FormItem = function(options, self) { self.description = self.options.element.options('description'); if (self.description) { $('
') - .addClass('OxFormDescription') + .addClass('OxFormDescription OxSelectable') .html(self.description) .appendTo(that); } that.append(self.options.element); self.$message = Ox.Element() - .addClass('OxFormMessage') + .addClass('OxFormMessage OxSelectable') .appendTo(that); /*@