Hello,
I have a datetime input that is set in binding to now().
When you open the page, it takes the current moment
I also put a refresh button in the page and everything is refreshed but the datetime is not.
Do you know any simple trick to refresh the datetime as well
Show your code (in the refresh button, and your datetime expression).
Yeah, that action is just a tab reload, it isn't guaranteed to refresh every binding in the view.
You need a script that explicitly re-evaluates your various components bindings using .refreshBinding()
Ok, Thanks.
I was just wondering why refresh doesn't do it even though it shows reloading the project.