Melloware
Melloware
@HSnicolascerrejon ok I have fixed it so ArrowUp and ArrowDown now work as expected. Also for the year input if you already have 4 digits and type a new one...
This actually looks really reasonable to me.
Agreed this would only work from CommandXXX types thanks for adding CommandLink
@BjornJaspers unfortunately this fix cannot be merged in the 13.X branch that you have it marked for. Can you resubmit this under branch `master` and leave it up to us...
agreed but i wasn't sure of all the insane scenarios these 3 methods actually cover and convert. ```js if(timePattern && datePattern) { return $.datepicker.parseDateTime(datePattern, timePattern, submittedValue, locale, {timeFormat:timePattern}); } else...
Switched to Moment.js.
I am going to write some integration tests and improve on this implementation.
Simplified the code grealtly with this tiny Moment.js plugin: https://www.geeksforgeeks.org/moment-js-java-dateformat-parser-plugin/ It takes Java SimpleDateFormat and converts it to `moment.js` so we don't have to do all that insane Java to...
Caused by this change: https://github.com/primefaces/primefaces/issues/10793
Good idea plugins are separated out and joined in the Optimizer.