File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1212 </MudSelect >
1313 @if (this .AllowOther && this .Value .Equals (this .OtherValue ))
1414 {
15- <MudTextField T =" string" Text =" @this.OtherInput" TextChanged =" this.OtherInputChanged " Validation =" @this.ValidateOther" Label =" @this.LabelOther" Variant =" Variant.Outlined" Margin =" Margin.Dense" UserAttributes =" @USER_INPUT_ATTRIBUTES" Immediate =" @true" />
15+ <MudTextField T =" string" Text =" @this.OtherInput" TextChanged =" this.OtherValueChanged " Validation =" @this.ValidateOther" Label =" @this.LabelOther" Variant =" Variant.Outlined" Margin =" Margin.Dense" UserAttributes =" @USER_INPUT_ATTRIBUTES" Immediate =" @true" />
1616 }
1717</MudStack >
Original file line number Diff line number Diff line change 33- Improved the data source selection behavior when no data source is available or selected, for whatever reason.
44- Moved the data source settings into the data selection component.
55- Fixed the "send to" menu position, which was offset due to the MudBlazor 8 upgrade.
6+ - Fixed a rare issue with the enum selection component, where the ` SelectionUpdated ` function was not called for the special ` other ` enum values.
67- Removed the link to the ERI server assistant from its settings page, as it is no longer necessary.
You can’t perform that action at this time.
0 commit comments