Skip to main content

text_field

Function text_field 

Source
pub fn text_field(
    id: impl Into<String>,
    placeholder: impl Into<String>,
    value: impl Into<String>,
) -> Widget