Please ignore this email. On Tue, Feb 2, 2016 at 12:28 PM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote:
> Hi, > > PFA patch to fix below issue > > We find all inputs which are not button in updateInvalid() function, this > code breaks with SqlField Control when it updates the field model data. > Because CodeMirror dynamically creates textarea element without name > property which we don't need. > Now the code will find all inputs having name property. >