bilus / reforms

Beautiful Bootstrap 3 forms for Om, Reagent and Rum.
Eclipse Public License 1.0
168 stars 7 forks source link

Table with row selection: error when initial value of selected is 'nil' #5

Closed Frozenlock closed 9 years ago

Frozenlock commented 9 years ago

To reproduce:

Because the current value at path :selected is nil, it will produce an error.

bilus commented 9 years ago

Great catch, that's because when extracting the code from the main code base, I changed the default behaviour where nil selection means 'all is selected'.

I'm pushing out 0.4.3 right now -- it should fix the issue. Thanks!

Frozenlock commented 9 years ago

Thanks for the quick fix!