Fixed #993 - Set appendTo as body by default
parent
bccd7d4a37
commit
c988c4ec44
|
@ -89,7 +89,7 @@ export default {
|
|||
},
|
||||
appendTo: {
|
||||
type: String,
|
||||
default: null
|
||||
default: 'body'
|
||||
},
|
||||
forceSelection: {
|
||||
type: Boolean,
|
||||
|
|
|
@ -288,7 +288,7 @@ export default {
|
|||
},
|
||||
appendTo: {
|
||||
type: String,
|
||||
default: null
|
||||
default: 'body'
|
||||
},
|
||||
inputClass: null,
|
||||
inputStyle: null,
|
||||
|
|
|
@ -56,7 +56,7 @@ export default {
|
|||
ariaLabelledBy: null,
|
||||
appendTo: {
|
||||
type: String,
|
||||
default: null
|
||||
default: 'body'
|
||||
}
|
||||
},
|
||||
outsideClickListener: null,
|
||||
|
|
|
@ -30,7 +30,7 @@ export default {
|
|||
},
|
||||
global: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
default: 'body'
|
||||
}
|
||||
},
|
||||
target: null,
|
||||
|
|
|
@ -97,7 +97,7 @@ export default {
|
|||
ariaLabelledBy: null,
|
||||
appendTo: {
|
||||
type: String,
|
||||
default: null
|
||||
default: 'body'
|
||||
},
|
||||
emptyFilterMessage: {
|
||||
type: String,
|
||||
|
|
|
@ -35,7 +35,7 @@ export default {
|
|||
},
|
||||
appendTo: {
|
||||
type: String,
|
||||
default: null
|
||||
default: 'body'
|
||||
},
|
||||
autoZIndex: {
|
||||
type: Boolean,
|
||||
|
|
|
@ -130,7 +130,7 @@ export default {
|
|||
ariaLabelledBy: null,
|
||||
appendTo: {
|
||||
type: String,
|
||||
default: null
|
||||
default: 'body'
|
||||
},
|
||||
emptyFilterMessage: {
|
||||
type: String,
|
||||
|
|
|
@ -28,7 +28,7 @@ export default {
|
|||
},
|
||||
appendTo: {
|
||||
type: String,
|
||||
default: null
|
||||
default: 'body'
|
||||
},
|
||||
baseZIndex: {
|
||||
type: Number,
|
||||
|
|
|
@ -57,7 +57,7 @@ export default {
|
|||
},
|
||||
appendTo: {
|
||||
type: String,
|
||||
default: null
|
||||
default: 'body'
|
||||
},
|
||||
toggleMask: {
|
||||
type: Boolean,
|
||||
|
|
|
@ -38,7 +38,7 @@ export default {
|
|||
},
|
||||
appendTo: {
|
||||
type: String,
|
||||
default: null
|
||||
default: 'body'
|
||||
},
|
||||
class: null,
|
||||
style: null
|
||||
|
|
|
@ -23,7 +23,7 @@ export default {
|
|||
},
|
||||
appendTo: {
|
||||
type: String,
|
||||
default: null
|
||||
default: 'body'
|
||||
},
|
||||
autoZIndex: {
|
||||
type: Boolean,
|
||||
|
|
|
@ -210,7 +210,7 @@ export default {
|
|||
<tr>
|
||||
<td>appendTo</td>
|
||||
<td>string</td>
|
||||
<td>null</td>
|
||||
<td>body</td>
|
||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -400,7 +400,7 @@ export default {
|
|||
<tr>
|
||||
<td>appendTo</td>
|
||||
<td>string</td>
|
||||
<td>null</td>
|
||||
<td>body</td>
|
||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -212,7 +212,7 @@ data() {
|
|||
<tr>
|
||||
<td>appendTo</td>
|
||||
<td>string</td>
|
||||
<td>null</td>
|
||||
<td>body</td>
|
||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
@ -209,7 +209,7 @@ export default {
|
|||
<tr>
|
||||
<td>appendTo</td>
|
||||
<td>string</td>
|
||||
<td>null</td>
|
||||
<td>body</td>
|
||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -256,7 +256,7 @@ export default {
|
|||
<tr>
|
||||
<td>appendTo</td>
|
||||
<td>string</td>
|
||||
<td>null</td>
|
||||
<td>body</td>
|
||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -116,7 +116,7 @@ toggle(event) {
|
|||
<tr>
|
||||
<td>appendTo</td>
|
||||
<td>string</td>
|
||||
<td>null</td>
|
||||
<td>body</td>
|
||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -252,7 +252,7 @@ export default {
|
|||
<tr>
|
||||
<td>appendTo</td>
|
||||
<td>string</td>
|
||||
<td>null</td>
|
||||
<td>body</td>
|
||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -63,7 +63,7 @@ toggle(event) {
|
|||
<tr>
|
||||
<td>appendTo</td>
|
||||
<td>string</td>
|
||||
<td>null</td>
|
||||
<td>body</td>
|
||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -128,7 +128,7 @@ import Password from 'primevue/password';
|
|||
<tr>
|
||||
<td>appendTo</td>
|
||||
<td>string</td>
|
||||
<td>null</td>
|
||||
<td>body</td>
|
||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -125,7 +125,7 @@ export default {
|
|||
<tr>
|
||||
<td>appendTo</td>
|
||||
<td>string</td>
|
||||
<td>null</td>
|
||||
<td>body</td>
|
||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
@ -203,7 +203,7 @@ toggle(event) {
|
|||
<tr>
|
||||
<td>appendTo</td>
|
||||
<td>string</td>
|
||||
<td>null</td>
|
||||
<td>body</td>
|
||||
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue