• Resolved olidac

    (@olidac)


    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.

Viewing 1 replies (of 1 total)
  • Thread Starter olidac

    (@olidac)

    I will use webshim.setOptions(‘basePath’, ‘/path/to/caldera/assets/js/shims/’);

Viewing 1 replies (of 1 total)

The topic ‘Polyfiller js’ is closed to new replies.