layout: default title: ComboBoxInput parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Widgets
ComboBoxInput Class
The ComboBoxInput class defines the desired user interface for a combo box group.
ArcGIS Maps SDK for JavaScript
public class ComboBoxInput : dymaptic.GeoBlazor.Core.Components.Widgets.FormInput
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 FormInput 🡒 ComboBoxInput
Remarks
Coded-value domains are required when using this input type. Previously, fields containing values that weren’t compatible with their associated coded-value domain(s) displayed the option and would remove it once a user updated the value. The ComboBoxInput will now display and keep the value but will disable it.
Properties
ComboBoxInput.NoValueOptionLabel Property
The text used to represent a null value.
public string? NoValueOptionLabel { get; set; }
Property Value
ComboBoxInput.ShowNoValueOption Property
Determines whether a null value option is displayed. This only applies to fields that support null values.
public System.Nullable<bool> ShowNoValueOption { get; set; }
Property Value
System.Nullable<System.Boolean>
ComboBoxInput.Type Property
The type of form element input.
public override string Type { get; }