Function create_editable_field

Source
pub(super) fn create_editable_field<T>(
    name: String,
    value: T,
) -> EditableField<T>
Expand description

Helper function to create an EditableField with common properties