pub fn set_text_value(tree: &mut FieldTree, id: FieldId, text: &str) -> bool
Set a text field’s value, enforcing MaxLen if present. Returns false if the field is read-only.
false