<TextInput TValue="string" @ref=r Label="Diameter" @bind-Value=v></TextInput>
TextInput<string>? r;
throws the following error:
Unhandled exception rendering component: The JSON property name for 'ServiceStack.Blazor.Components.Tailwind.TextInput`1[System.String].Class' collides with another property.
How do we get a reference to the TextInput? I need it to invoke something in javascript and prefer not to have to define id’s.