Version 9.1.0 using MudBlazor 9.4 or 9.5.
Setting AutoSize to true results in the following JSInterop exception:
The value 'auto_size' is not a function.
Example that fails:
<MudTextFieldExtended T="string" Lines="2" Label="Test" AutoSize="true" Immediate="true">Testing</MudTextFieldExtended>
The sample here also fails with the same error: https://mudextensions.codebeam.org/mudtextfieldextended
Edit: Looks like this functionality was added to MudTextField directly via the Sizing property: https://mudblazor.com/components/textfield#multiline
Version 9.1.0 using MudBlazor 9.4 or 9.5.
Setting AutoSize to true results in the following JSInterop exception:
The value 'auto_size' is not a function.
Example that fails:
The sample here also fails with the same error: https://mudextensions.codebeam.org/mudtextfieldextended
Edit: Looks like this functionality was added to MudTextField directly via the Sizing property: https://mudblazor.com/components/textfield#multiline