Skip to content

MudTextFieldExtended: AutoSize Throws Exception #630

Description

@MaddMugsy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions