feat(NumberKeyboard): add get-container prop (#6870)
This commit is contained in:
@@ -6,7 +6,7 @@ function getElement(selector) {
|
||||
return selector();
|
||||
}
|
||||
|
||||
export function PortalMixin({ ref, afterPortal }) {
|
||||
export function PortalMixin({ ref, afterPortal } = {}) {
|
||||
return {
|
||||
props: {
|
||||
getContainer: [String, Function],
|
||||
|
||||
Reference in New Issue
Block a user