value property

T value
finalinherited

The value for multi select items. it could be String, int or any type. Also, This will be the value or list of values return onChange

Implementation

final T value;