mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For AutoComplete & Dropdown
This commit is contained in:
parent
7e7d87335f
commit
b2106de80b
2 changed files with 4 additions and 1 deletions
|
@ -97,7 +97,7 @@ input.p-dropdown-label {
|
|||
`;
|
||||
|
||||
const inlineStyles = {
|
||||
root: { position: 'relative' }
|
||||
root: ({ props }) => ({ position: props.appendTo === 'self' ? 'relative' : undefined })
|
||||
};
|
||||
|
||||
const classes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue