Melloware
Melloware
### Defect Fixes Fix #2042: Dialog better handling of draggable Fix #6120 Jumps to window edge if position is used Fix #7176
### Discussed in https://github.com/orgs/primefaces/discussions/1329 Originally posted by **MBelniak** February 29, 2024 DataTable can save its configuration in session/local storage https://primereact.org/datatable/#stateful How difficult would it be to implement the same functionality...
Fix #11951: DatePicker time inputs allow arrow keys Fix #11928: DatePicker allow text input
Fix #11938: CSV load $.datepicker if not already on page @tandraschko none of my choices were great here but here is what I came up with. - We moved calendar.js...
Fix #11929: ConfirmDialog/Popup yes and no labels and classes 
### Describe the bug @tandraschko this was originally reported on a forum post in 2022: https://forum.primefaces.org/viewtopic.php?t=71210 We never got to the bottom of what was happening then...but my current client...
### Describe the bug The `validation.converter.js` requires the legacy Calendar to be loaded on the page else you get an error. ```js if(timePattern && datePattern) { return $.datepicker.parseDateTime(datePattern, timePattern, submittedValue,...
This was a major cause of the leak at my client. Any element that has a `trigger/target` element should remove its widget when its `target/trigger` is removed from the DOM....
### Discussed in https://github.com/orgs/primefaces/discussions/1411 Originally posted by **pravinrane38** March 12, 2024 Primefaces default Keyboard issue : Keyboard is not showing properly, its display weird on click This one looks nice:...
Fix #6636: Add missing components to primereact.all.js @nitrogenous this might be worth doing a 10.7.0 release for?