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
With version 1.5.2 we are now supporting all parameters from the Web Component. All form/input related components now have an Id parameter to associate them to a label. We are thinking of moving this parameter up in the hierarchy (from FluentInputBase<> to 'FluentComponentBase') so that every Fluent Blazor component can use this Id for example for identifying Accordion items etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
With version 1.5.2 we are now supporting all parameters from the Web Component. All form/input related components now have an
Id
parameter to associate them to a label. We are thinking of moving this parameter up in the hierarchy (fromFluentInputBase<>
to 'FluentComponentBase') so that every Fluent Blazor component can use thisId
for example for identifying Accordion items etc.Thoughts? Objections? Let us know below!
Beta Was this translation helpful? Give feedback.
All reactions