Is there a client script entry point for hitting add on a sublist? I assumed validateInsert but it doesn't seem to be firing. I'm trying to prevent adding a blank line
c
creece
09/24/2021, 4:34 PM
try sublistChanged
r
reptar
09/24/2021, 5:11 PM
I tried sublistChanged, but it didn't let me prevent the commit. I just tried adding validateLine and it works as expected but now validateField isn't working???
reptar
09/24/2021, 5:14 PM
nvm, i did a log.debug when i was expecting console.log