semCustomInputOptions method
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';
}