Open cdaringe opened 8 years ago
user is having issues over in #66 test missing case setting select value when options are formatted as [ [0, 'zero'], [1, 'one'] ], specifically when calling setValue(withSomeNumber).
[ [0, 'zero'], [1, 'one'] ]
setValue(withSomeNumber)
confirm behavior is as expected via test
problem statement
user is having issues over in #66test missing case setting select value when options are formatted as[ [0, 'zero'], [1, 'one'] ]
, specifically when callingsetValue(withSomeNumber)
.solution
confirm behavior is as expected via test