Juan Charria

Results 3 comments of Juan Charria

Hello guys, Is there any documentation about this kind of conditional logic? ``` if: { 'fields.country.value': { $ne: null } }, actions: [ { component: 'Emit', event: 'adjustFields' }, {...

Oh I found this is the library that's being used right? https://github.com/crcn/sift.js

Oh interesting, that worked. I was trying to use Scale as: `emitter.addBehaviour(new Proton.Scale(1, 5));` What is the second parameter for?