Class BootstrapInputEventBase<TValue>
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
输入框基类
public abstract class BootstrapInputEventBase<TValue> : BootstrapInputBase<TValue>, IComponent, IHandleAfterRender, IHandleEvent, IAsyncDisposable, IValidateComponent
Type Parameters
TValue
- Inheritance
-
DisplayBase<TValue>ValidateBase<TValue>BootstrapInputBase<TValue>BootstrapInputEventBase<TValue>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
BootstrapInputEventBase()
protected BootstrapInputEventBase()
Properties
EventString
event 字符串
protected string EventString { get; }
Property Value
UseInputEvent
获得/设置 是否在文本框输入值时触发 bind-value:event="oninput" 默认 false
[Parameter]
public bool UseInputEvent { get; set; }
Property Value
Remarks
设置 UseInputEvent 参数后,Formatter 与 FormatString 均失效