bootstack.events.ChangeEvent# class bootstack.events.ChangeEvent(value=None, prev_value=None, text='')# Bases: object Fires when a field’s value is committed (on blur or Enter). prev_value: Any# The value before this change. text: str# The raw display text behind the value. value: Any# The committed, parsed value.