-
Goal: I want to set certain URL parameters (either by search or hash) and then have another component use those values to do something.
-
Steps: add a click event handler to something and then have it set a URL parameter (this is a custom event handler). Now add a text box somewhere to reflect that URL parameter through
{{ url.hashParams/seachParams.keyName }}
. -
Details: While it does change the parameters in the URL, these changes are not reflected in the app itself, or rather the variables.
Thanks for the feedback - I agree we should at least have access to the updated hash param I'll reach out to our team about this
1 Like