Oh thanks! Follow-up questions. What would I put for the ‘event’ in the onBlur function? Right now I have this:
$w('#calendar').onBlur( () => {
$w('#calendar').collapse();
})
Oh thanks! Follow-up questions. What would I put for the ‘event’ in the onBlur function? Right now I have this:
$w('#calendar').onBlur( () => {
$w('#calendar').collapse();
})