Refactor #3965 - For AutoComplete

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-25 11:55:38 +03:00
parent b2106de80b
commit ac398b1c49
2 changed files with 1 additions and 4 deletions

View file

@ -102,7 +102,7 @@ const styles = `
`;
const inlineStyles = {
root: { position: 'relative' }
root: ({ props }) => ({ position: props.appendTo === 'self' ? 'relative' : undefined })
};
const classes = {