fieldChanges

abstract val fieldChanges: SharedFlow<FieldName>(source)

A shared flow of field change notifications.

This flow emits the names of fields that have changed, allowing dependent fields to react to changes in other fields. This is particularly useful for cross-field validation and conditional field behavior.