pub fn placeholder(
child: impl IntoUiNode,
placeholder: impl IntoUiNode,
) -> UiNodeExpand description
P Widget shown when the txt is empty.
The placeholder can be any widget, the Text! widget is recommended.
pub fn placeholder(
child: impl IntoUiNode,
placeholder: impl IntoUiNode,
) -> UiNodeP Widget shown when the txt is empty.
The placeholder can be any widget, the Text! widget is recommended.