It would be good if we could set global defaults for the configuration, particularly for localisation of Show/Hide `$.fn.hideShowPassword.defaults = {...}` I think it would just be a simple case of adding `$.extend({}, $.fn.hideShowPassword.defaults, params)` here https://github.com/cloudfour/hideShowPassword/blob/master/hideShowPassword.js#L198
It would be good if we could set global defaults for the configuration, particularly for localisation of Show/Hide
$.fn.hideShowPassword.defaults = {...}I think it would just be a simple case of adding
$.extend({}, $.fn.hideShowPassword.defaults, params)here https://github.com/cloudfour/hideShowPassword/blob/master/hideShowPassword.js#L198