Melloware
Melloware
I thought this PR has been out there for almost a year: https://github.com/slackhq/csp-html-webpack-plugin/pull/87 We would really like to see this feature implemented.
I think PrimeTek did this as a conscious decision to speparate from the old JQuery Charts which did something similar to the above. Some recommendations: 1. It should be `
Yeah I just didn't want to break backward compatibility of people already using the existing renderers throughout their apps?
OHHH you want a whole new component that doesn't use our JSON object model just pass it JSON. THat is similar to how PrimeReact does it.
This looks like it was a conscious decision by PrimeTek. ```javascript if($this.cfg.multiple && itemValue && valid) { $this.addItem(itemValue); e.preventDefault(); e.stopPropagation(); } ``` Only if a valid item is selected it...
MonkeyPatch: ```javascript if (PrimeFaces.widget.AutoComplete) { PrimeFaces.widget.AutoComplete.prototype.bindKeyEvents = function() { var $this = this; // GitHub #6711 use DOM if non-CSP and JQ event if CSP var originalOnchange = this.input.prop('onchange'); if...
Actually I did this not primeTek with this fix: https://github.com/primefaces/primefaces/issues/6713 I had no reason so you are right if Multiple I will prevent ENTER submission.
If you look in the 0-datepicker.js there is a bunch of comments like this... ```xml //type="number" min="' + minHour + '" max="' + maxHour + '" - does not work...
Updated reproducer for PF 8.0: [pf-5051.zip](https://github.com/primefaces/primefaces/files/5755328/pf-5051.zip)
@123MarkA321 I didn't dig into why I just wanted to make sure we had a reproducer for 8.0 and prove the issue. Yep its definitely a bug just didn't investigate...