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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][Patch]: RM1251 - Tab complete for combo boxes
Date: 2016-08-22 11:18:52
Message-ID: CA+OCxoydyDocHViD4TCGpSUPx8TDeJOtSpoL7G2t5px-fMZNfg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, applied.

On Mon, Aug 22, 2016 at 8:40 AM, Surinder Kumar
<surinder(dot)kumar(at)enterprisedb(dot)com> wrote:
> 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
>
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-08-22 11:21:37 pgAdmin 4 commit: Don't offer to create resource groups on disconnected
Previous Message Dave Page 2016-08-22 11:18:40 pgAdmin 4 commit: Allow the use of the tab key to select options in com