Thread: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function

[pgAdmin4]PATCH: Fix textarea issue in updateInvalid function

From
Surinder Kumar
Date:
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.
Attachment

Re: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function

From
Surinder Kumar
Date:
Please ignore this email.

On Tue, Feb 2, 2016 at 12:28 PM, Surinder Kumar <surinder.kumar@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.