Revert "Fixed #993 - Set appendTo as body by default"

This reverts commit c988c4ec44.
pull/1021/head
Cagatay Civici 2021-02-23 15:12:51 +03:00
parent 99e70b2efb
commit 98e2c8ed07
22 changed files with 22 additions and 22 deletions

View File

@ -89,7 +89,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
forceSelection: {
type: Boolean,

View File

@ -288,7 +288,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
inputClass: null,
inputStyle: null,

View File

@ -56,7 +56,7 @@ export default {
ariaLabelledBy: null,
appendTo: {
type: String,
default: 'body'
default: null
}
},
outsideClickListener: null,

View File

@ -30,7 +30,7 @@ export default {
},
global: {
type: Boolean,
default: 'body'
default: false
}
},
target: null,

View File

@ -97,7 +97,7 @@ export default {
ariaLabelledBy: null,
appendTo: {
type: String,
default: 'body'
default: null
},
emptyFilterMessage: {
type: String,

View File

@ -35,7 +35,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
autoZIndex: {
type: Boolean,

View File

@ -130,7 +130,7 @@ export default {
ariaLabelledBy: null,
appendTo: {
type: String,
default: 'body'
default: null
},
emptyFilterMessage: {
type: String,

View File

@ -28,7 +28,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
baseZIndex: {
type: Number,

View File

@ -57,7 +57,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
toggleMask: {
type: Boolean,

View File

@ -38,7 +38,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
class: null,
style: null

View File

@ -23,7 +23,7 @@ export default {
},
appendTo: {
type: String,
default: 'body'
default: null
},
autoZIndex: {
type: Boolean,

View File

@ -210,7 +210,7 @@ export default {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>

View File

@ -400,7 +400,7 @@ export default {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>

View File

@ -212,7 +212,7 @@ data() {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
</tbody>

View File

@ -209,7 +209,7 @@ export default {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>

View File

@ -256,7 +256,7 @@ export default {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>

View File

@ -116,7 +116,7 @@ toggle(event) {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>

View File

@ -252,7 +252,7 @@ export default {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>

View File

@ -63,7 +63,7 @@ toggle(event) {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>

View File

@ -128,7 +128,7 @@ import Password from 'primevue/password';
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>

View File

@ -125,7 +125,7 @@ export default {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
</tbody>

View File

@ -203,7 +203,7 @@ toggle(event) {
<tr>
<td>appendTo</td>
<td>string</td>
<td>body</td>
<td>null</td>
<td>Id of the element or "body" for document where the overlay should be appended to.</td>
</tr>
<tr>