Support

Account

Home Forums Backend Issues (wp-admin) Color picker issue on the latest version Reply To: Color picker issue on the latest version

  • Hi guys

    Thanks for the bug report.

    I’ll be fixing this soon and releasing an update for ACF.

    The issue seems to be a line in the input.min.js file:

    
    wpColorPicker({change:function(t,n){e.trigger("change")}})
    

    The solution may be to revert it back to

    
    wpColorPicker()
    

    As this is what the previous version had.

    Thanks
    E