note to self: data-turbo-visit-direction="forward"
Automatically Added Attributes
See here
The following attributes are automatically added by Turbo and are useful to determine the Visit state at a given moment.
disabledis added to the form submitter while the form request is in progress, to prevent repeat submissions.data-turbo-previewis added to thehtmlelement when displaying a preview during a Visit.data-turbo-visit-directionis added to thehtmlelement during a visit, with a value offorwardorbackornone, to indicate its direction.-
aria-busyis added to:- the
htmlelement when a visit is in progress - the
formelement when a submission is in progress. - the
turbo-frameelement when a visit or form submission is in progress within the frame.
- the
busyis added to theturbo-frameelement when a navigation or form submission is in progress within the frame.