EditableListInputConfig constructor
      
      EditableListInputConfig({})
     
    
    
Implementation
EditableListInputConfig({
  required super.id,
  required super.label,
  super.required,
  super.defaultValue,
  super.conditions,
  super.validators,
  this.maxLength,
  required this.options,
  this.optionsSemanticLabel,
}) : super(type: InputType.editableList);