Cannot use InputProps with Chip Input
Closed this issue · 1 comments
monicayao commented
Describe the bug
When using InputProps
, chips do not properly show up.
I saw that this inherits from TextField
, https://viclafouch.github.io/mui-chips-input/docs/inheritance/
so it should also inherit InputProps
, one of them being an adornment.
To Reproduce
I made a sandbox of this behavior
https://codesandbox.io/embed/inspiring-http-dn7gxh?fontsize=14&hidenavigation=1&theme=dark
Expected behavior
When there is an input adornment the chips should still show up.
Screenshots
Screen.Recording.2023-10-03.at.2.36.11.PM.mov
Desktop (please complete the following information):
- macOS
- chrome
- Version 117
viclafouch commented
Hello !
Sorry for the delay. You can't add a startAdornment
to this component add it will result to unexpected behaviors in UI level..