Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Omit
ignoreActiveValue: true
Morph option
Closes [hotwired#1194][] Rolls back [hotwired#1141][] Don't pass the `ignoreActiveValue: true` option when Morphing. To restore that behavior, applications can set `[data-turbo-permanent]` when form control receives focus (through a `focusin` event listener), then remove it if necessary when the form control loses focus (through a `focusout` event listener). [hotwired#1141]: hotwired#1141 [hotwired#1194]: hotwired#1194
- Loading branch information