Saving Local Storage Variable from Select Menu
Hello,
In order to do so, should i create an event on click to run javascript?
I currently have the following JS where 'testselectcomponent' is the name of my component.
var value = Appery('testselectcomponent').val();
localStorage.setItem('CityFilter', value);
Am i doing something wrong?
Thanks