Project

General

Profile

Task #810

Updated by Radek Tomiška over 6 years ago

When you turn on/off    filter (single select boxes, enumerations, checkbox ),    then results should be displayed automatically. 
 When text input is changed, then result will be shown still after pressing the button on by enter key (we can discuss another improvement of this bahavior in future). 

 Implementation notes: 
 - all filter fields has their own component - add onChange / onClick listener to checkbox, enum select box and single selectbox component sto execute filtering - if will be posible, then add this feature into filter component - will work globally for all filters.

Back