vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.73k forks source link

select source caching bug #1089

Open armuras opened 6 years ago

armuras commented 6 years ago

if there are 2 or more select with the same options.source url but different url params added using options.sourceOptions xeditalbe caches first call for all selects. options.sourceOptions.data is not included in caching key formation only options.source.

http://jsfiddle.net/armuras/zmqfjyey/