You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A feature requested by @stefanloerwald is that Labels should have the capability to be updated after first render. A use case is multi-lingual support.
Initial investigation shows this to be very complex, in particular with floating labels and notched outlines. This may not be reasonably achievable for Material.Blazor with a workaround being for the caller to force a re-render when labels need to change. Maybe this can be done by using @key on a component and linking this to the value of the Label.
A feature requested by @stefanloerwald is that Labels should have the capability to be updated after first render. A use case is multi-lingual support.
Initial investigation shows this to be very complex, in particular with floating labels and notched outlines. This may not be reasonably achievable for Material.Blazor with a workaround being for the caller to force a re-render when labels need to change. Maybe this can be done by using
@key
on a component and linking this to the value of the Label.Reference material-components/material-components-web#6546
The text was updated successfully, but these errors were encountered: