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.
find_input_with_name.patch
Description: Binary data
-- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers