3liz / lizmap-web-client

Transfer a QGIS project on a server, Lizmap is providing the web interface to browse it
https://www.lizmap.com
Mozilla Public License 2.0
257 stars 143 forks source link

Remove jQuery-UI dependency #1678

Open nboisteault opened 4 years ago

nboisteault commented 4 years ago

Is your feature request related to a problem? Please describe

jQuery-UI project has not many activities since a long time : no new release, official builder not working for 10 months ... jQuery-UI is dependent of jQuery which we might drop on the long run as it is less and less useful with modern Javascript.

Describe the solution you'd like

Let's list here alternatives to currently used widgets :

Datepicker :

Dialog :

Autocomplete :

mpoirier101 commented 4 years ago

Hello! Not sure I understand correctly but I am trying to get only the Dialog widget... Is there a good alternative ?

nboisteault commented 4 years ago

I don't know alternatives yet. That's why i opened this issue.