mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5055 - Calendar: When use with Datatable filter, the calendar would show at the bottom of the page.
This commit is contained in:
parent
ae81a90b73
commit
e3d9f41926
3 changed files with 11 additions and 4 deletions
|
@ -112,6 +112,7 @@ const BaseDirective = {
|
|||
|
||||
el.$instance = el._$instances[name]; // pass instance data to hooks
|
||||
el.$instance[hook]?.(el, binding, vnode, prevVnode); // handle hook in directive implementation
|
||||
el[`$${name}`] = el.$instance; // expose all options with $<directive_name>
|
||||
BaseDirective._hook(name, hook, el, binding, vnode, prevVnode); // handle hooks during directive uses (global and self-definition)
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue