removeInput method

void removeInput(
  1. int index
)

Remove an input from the form. index is the index where the input will be removed.

Implementation

void removeInput(int index) {
  add(LyFormRemoveInputEvent(index));
}