pub(crate) fn some_to_textfield<T: Display>(opt: &Option<T>) -> String
Text representation of a given optional field value or an empty string instead of None.
None