Polyfiller js
-
Hello,
I use polyfiller js to enhance date inputs of forms with these lines :
webshim.setOptions(“forms-ext”, {
replaceUI: ‘auto’,
types: “date”,
date: {
startView: 2,
openOnFocus: true
}
});
webshim.polyfill(‘forms forms-ext’);
Now, I must enqueue another polyfiller.min.js for this to work.
can you remove the last line of assets/js/polyfiller.min.js : webshim.polyfill(‘forms’); to be able to use this code without having to use another source.
The topic ‘Polyfiller js’ is closed to new replies.