Re: [pgAdmin4][Patch]: RM1251 - Tab complete for combo boxes

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: RM1251 - Tab complete for combo boxes
Date: 2016-08-22 07:40:41
Message-ID: CAM5-9D8EhEna38hMQY0q1sFxZFj3+vU2-iSOXFDR5NHUFwOWrQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

In previous patch, the support to "select highlighted option in Select2
control on TAB press" was for *Backform Select2Control*.
Now the same is added for *Backgrid Select2Cell* as well in v1 patch.

Thanks to Harshal for helping me in resolving one issue.

Please find updated patch and review.

On Sat, Aug 20, 2016 at 1:16 AM, Surinder Kumar <
surinder(dot)kumar(at)enterprisedb(dot)com> wrote:

> Hi
>
> Add support to select highlighted option in Select2 control on TAB press.
>
> Capture the TAB event on Keypress of Select2 selector, then trigger select
> item event of Select2 object.
>
> Please find attached patch and review.
>
> Thanks,
> Surinder Kumar
>

Attachment Content-Type Size
RM1251_v1.patch application/octet-stream 4.0 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Harshal Dhumal 2016-08-22 09:40:15 Re: [pgadmin4] Edb package support.
Previous Message Ashesh Vashi 2016-08-21 10:25:02 Re: PATCH/s: RM#1387 - Bad handling of missing connection database server