Function zng_wgt_text::accepts_tab
source ยท pub fn accepts_tab(
child: impl UiNode,
enabled: impl IntoVar<bool>,
) -> impl UiNode
Expand description
P
If the '\t'
character is inserted when tab is pressed and the text is editable.
If not enabled or the text is not editable, then pressing tab moves the focus like normal.
Sets the ACCEPTS_TAB_VAR
.