pgAdmin 4 commit: Adding Numeric control support for Backform. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Adding Numeric control support for Backform.
Date
Msg-id E1aXp0e-0000t8-EV@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Adding Numeric control support for Backform.

This patch also includes an issue related to IntegerControl, which does
not emit any error message, when it has some issues.

In order to fix the issue, it will trigger 'pgadmin-session:invalid'
event, when the input value is not an valid integer.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=8186e4584446f9dac8db57dda711eefef59277d6
Author: Akshay Joshi <akshay.joshi@enterprisedb.com>

Modified Files
--------------
.../browser/templates/browser/js/browser.js        |   1 +
web/pgadmin/static/js/backform.pgadmin.js          | 105 ++++++++++++++++++++-
2 files changed, 105 insertions(+), 1 deletion(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: Re: backform.pgadmin: fix for showing multiple errors for radio control [pgadmin4]
Next
From: Ashesh Vashi
Date:
Subject: Re: [pgAdmin4] Numeric Control for Backform