I want to use hooks with MUI Base Input. And I'd like to use startAdornment and endAdornment. The website states here that
The [start adornment] features can be used with both components and hooks.
But then doesn't give an example. If I pass startAdornment as a prop to their hooks example component it doesn't work.
I want to know: should it be possible "in theory" to use startAdornment, if you implement it yourself? Or is it already supported somehow when using hooks?