Hello,
I wish to be able to turn off the browser auto complete on the filter options (search and entering values).
Normally I would just add the following to the input but that doesn't appear to be working. We are using the MVC wrappers.
.attr('autocomplete', 'off');
Thank you
Lucy