Function zng_wgt_text::change_stop_delay

source ยท
pub fn change_stop_delay(
    child: impl UiNode,
    delay: impl IntoVar<Duration>,
) -> impl UiNode
Expand description

P Debounce time for on_change_stop.

After the text stops changing and delay is elapsed the change stop handled is called, even if the widget is still focused.

Is 1.secs() by default.

Sets CHANGE_STOP_DELAY_VAR.