Skip to content

FormFieldViewModel.initialValue

Andrei Fangli edited this page Sep 3, 2023 · 4 revisions
API / FormFieldViewModel<TValue> / initialValue property

The initial value of the field. Useful in scenarios where the input should be highlighted if the field has changed.

This is a public read-write property.
Property type: TValue

public initialValue: TValue
Clone this wiki locally