mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3965 - For AutoComplete
This commit is contained in:
parent
b2106de80b
commit
ac398b1c49
2 changed files with 1 additions and 4 deletions
|
@ -102,7 +102,7 @@ const styles = `
|
|||
`;
|
||||
|
||||
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