pub fn text_field_paper<T: ToString + FromStr + Send + Sync>( value: &T, props: impl Into<Props>, ) -> (Option<T>, TextInputState, ImmediateButton)