pub(super) fn create_editable_field<T>( name: String, value: T, ) -> EditableField<T>
Helper function to create an EditableField with common properties