on_change_stop

Function on_change_stop 

Source
pub fn on_change_stop(
    child: impl IntoUiNode,
    handler: Box<dyn FnMut(&ChangeStopArgs) -> HandlerResult + Send>,
) -> UiNode
Expand description

P Called after the text changed and interaction has stopped.

The handler will be called after change and change_stop_delay elapses, or the widget loses focus, or the Key::Enter is pressed and accepts_enter is false.