Fixed #993 - Set appendTo as body by default

pull/1021/head
Cagatay Civici 2021-02-23 14:59:32 +03:00
parent bccd7d4a37
commit c988c4ec44
22 changed files with 22 additions and 22 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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