Re: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)

2020-01-03 Thread Aditya Toshniwal
Hi Hackers, The previous patch broke the tags and tokenizer options of select2. Turned out, with the change of data adapter we also need to configure adapters for tags, tokenizer and others. Attached is the patch to set those to the default available in select2. I've also renamed onDemandLoad to s

Re: [pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)

2019-12-31 Thread Akshay Joshi
Thanks, patch applied. On Tue, Dec 24, 2019 at 1:01 PM Aditya Toshniwal < aditya.toshni...@enterprisedb.com> wrote: > Hi Hackers, > > Attached is the patch to enhance select2 used in pgAdmin. The select2 > dropdown will show only a few items when opened initially. On scrolling it > will show othe

[pgAdmin][RM5038] Select2 enhancement - Load items on demand (scroll)

2019-12-23 Thread Aditya Toshniwal
Hi Hackers, Attached is the patch to enhance select2 used in pgAdmin. The select2 dropdown will show only a few items when opened initially. On scrolling it will show others. Searching will work as before. This will reduce the number of DOM nodes on page. Note that, individual controls can disable