Table of Contents

Enum MBItemValidation

Namespace
Material.Blazor
Assembly
Material.Blazor.dll

A helper to determine how a MBSelect<TItem> or MBRadioButtonGroup<TItem> should handle an intial bound value not matching elements in the value list.

MBCascadingDefaults has a default of Exception

public enum MBItemValidation

Fields

DefaultToFirst = 0

Sets the bound value to the first item in the list.

Exception = 1

Throws an exception. This is the MBCascadingDefaults default.

NoSelection = 2

Does nothing, leaving the bound value as it is.