🐛 Bug Report
Not sure if this intentional but the input field gets extra padding when using MaxAutoHeight
although it is not necessary yet.
💻 Repro or Code Sample
https://www.fluentui-blazor.net/Autocomplete

🤔 Expected Behavior
I would expect the component to grow in height only when necessary
😯 Current Behavior
The component grows in height even if there is enough space to display the current selected items
🔦 Context
When using the FluentAutocomplete
component with MaxAutoHeight
in combination with other components then the component could be larger be default then all other inputs.