lorenzofox3 / Smart-Table

Code source of Smart Table module: a table/grid for Angularjs
http://lorenzofox3.github.io/smart-table-website/
1.8k stars 513 forks source link

CallServer fired moving through inputs when placeholder is set #798

Closed ardennext99 closed 6 years ago

ardennext99 commented 6 years ago

Hello contributor !

Hi, first thanks for your work. I notice an unwanted behavior when filter's placeholder is set. Moving through input filters with placeholder set to some value (without typing anything) the "pipe" event is fired, and the "CallServer" method is launched. Moving through input filters with placeholder set to "" that does not happen. I expect that if the input filters not change, the pipe event souldn't be fired in both situations.

AngularJS v1.6.5 SmartTable v2.1.8

lorenzofox3 commented 6 years ago

Hi, can you provide a reproducible example please ?