[pgAdmin4]PATCH: Fix textarea issue in updateInvalid function - Mailing list pgadmin-hackers

From Surinder Kumar
Subject [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function
Date
Msg-id CAM5-9D8tyFgba-LAg-DDdtQYj1ki7vQdSAHvxAQcseMwKtP4gw@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function
List pgadmin-hackers
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

pgadmin-hackers by date:

Previous
From: Sergey Busel
Date:
Subject: Re: pgAdmin III: Muliple SQL tabs
Next
From: Surinder Kumar
Date:
Subject: Re: [pgAdmin4]PATCH: Fix textarea issue in updateInvalid function