You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would be the best way, that when one input field changes it updates another input field with the the same Date/Time values? This would be a one way copy β where the other field can then be changed independently.
I tried create a mimic stimulus controller that would copy the value on input, however this doesn't work β and I'm also using the altInput so there are other DOM elements in the input tag to facilitate the formatted date.