loading method

void loading()

Loading inputs

Implementation

void loading() {
  for (FormuxInput input in this) {
    input.loading();
  }
}