layout: default title: FormInput parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Widgets
FormInput Class
Abstract base class for Input fields in a form element.
public abstract class FormInput : dymaptic.GeoBlazor.Core.Components.MapComponent
Inheritance System.Object 🡒 Microsoft.AspNetCore.Components.ComponentBase 🡒 MapComponent 🡒 FormInput
Derived
↳ BarcodeScannerInput
↳ ComboBoxInput
↳ DateTimePickerInput
↳ RadioButtonsInput
↳ SwitchInput
↳ TextAreaInput
↳ TextBoxInput
Properties
FormInput.Type Property
The type of form element input.
public abstract string Type { get; }