When I specify the value of an input element in the serverParams setting, it always passes the initial value, even if the input value changes in the meantime.
serverParams: {
orszagid: document.getElementById('country_select').value
}
Am I doing something wrong?
When I specify the value of an input element in the serverParams setting, it always passes the initial value, even if the input value changes in the meantime.
Am I doing something wrong?