Skip to content

IFormFieldViewModel.isFocused

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

DEPRECATED!

In future versions this flag will be removed. The focus state of an input element should not be handled by a view model as this is a presentation concern.


A flag indicating whether the field is focused.

This is a read-write property.
Property type: Boolean

isFocused: boolean
Clone this wiki locally