userClear

void userClear(

  1. TestNode input
)

Clear a text input

Implementation

void userClear(TestNode input) {
  input.fireChangeText('');
}