A simple widget for egui that allows the user to edit a label in place.
ui.add(EditableLabel::new(&mut self.label, Id::new("editable_label")));