I'm trying to force a component's prop on change script event to fire on first load of the page that it's in, but not having any luck.
I've tried:
- setting prop to not be persistent
- adding to the view's
onStartup
method to refresh the binding of the component's prop that has the on change script
I added a system.perspective.print('hello')
to the change script outside of any conditions to check, but it never writes it
All to no avail... not sure what else to try