Maprunner / rg2

Updated user interface for Routegadget
MIT License
36 stars 20 forks source link

Update dropdown event trigger from click() to change() #492

Closed mikanbox closed 2 years ago

mikanbox commented 2 years ago

On the current rg2, language update is not reflected until user select dropdown again. So user may misunderstand that the language update doesn't work correctly.

I updated the trigger of the "#rg2-select-language" from using click() to using change().