semCustomInputOptions method

  1. @override
String semCustomInputOptions(
  1. String inputName
)
override

No description provided for @semCustomInputOptions.

In en, this message translates to: 'Click to open pick list for {inputName}'

Implementation

@override
String semCustomInputOptions(String inputName) {
  return 'Click to open pick list for $inputName';
}