DynamicDialog: accessibility- CloseAriaLabel not working #15144 Incorrect type of InputNumberInputEvent.value #15206 Component: ConfirmDialog Accessibility #15108 TreeTable | selectionKeys support for checkbox selection mode #15216 Dropdown, MultiSelect | Accessibility Enhancements #15197 Component: ...
Original browser event of p-checkbox is not exposed #8221 Allow static HTML in the messages component #1795 Fixed bugs: Multiple messages should wrap #8768 The dynamicDialog can't be closed using the ESC key if the dynamicDialog hasn't the baseZIndex property #8760 TabMenu RouterLinkActive ...
DynamicDialog: closeOnEscape and dismissableMask not working in combination with closable=false #15401 TieredMenu Submenus do not display within viewport #13929 keyboard event code is coming as empty for backspace #15442 p-menu w/ popup: enter key on number pad doesn't select menu item (ac...
DynamicDialog: accessibility- CloseAriaLabel not working #15144 Incorrect type of InputNumberInputEvent.value #15206 Component: ConfirmDialog Accessibility #15108 TreeTable | selectionKeys support for checkbox selection mode #15216 Dropdown, MultiSelect | Accessibility Enhancements #15197 Component: ...
代码语言:javascript 复制 constructor(private ref: DynamicDialogRef) {} closeModal(): void { this.ref.close(); } closeModalWithData(): void { // you can pass data like this this.ref.close(data) // and catch it after with onClose event } 收藏分享票数1 EN ...
Fix #13646 dynamic dialog module same instances on top of each other/get rid of deprecated implementation by @shayan-ghzl in https://github.com/primefaces/primeng/pull/13647 13714 - fix dismissableMask on confirmPopup component by @SoyDiego in https://github.com/primefaces/primeng/pull/13721...
Current behavior Calendar onClose event is fired even if overlay is not visible. Basically it's fired on every document click outside of calendar overlay. Expected behavior Event should be fired only when calendar/overlay is actually being closed. PrimeNG version: 4.1.3 Browser: all boss...