Projet

Général

Profil

0002-select2-set-a-250ms-delay-for-debouncing-requests-17.patch

Thomas Noël, 23 juin 2017 18:23

Télécharger (708 octets)

Voir les différences:

Subject: [PATCH 2/2] select2: set a 250ms delay for debouncing requests
 (#17161)

 wcs/qommon/form.py | 1 +
 1 file changed, 1 insertion(+)
wcs/qommon/form.py
1832 1832

  
1833 1833
        # setting up the select2 widget continues here
1834 1834
        r += htmltext("""
1835
        delay: 250,
1835 1836
        dataType: 'json',
1836 1837
        data: function (params) {
1837 1838
            return {
1838
-