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
You need to link to the idiomorph-ext.js file as this includes the htmx extension shim as well as the idiomorph library. What you have imported is just the idiomorph library on its own which you can only access via JS calls and not via htmx swaps. More detail in the idiomorph Readme.
You also might need to enable ignoreActive or ignoreActiveValue options to true or it may update the inputs value during morph breaking selection.
I want to maintain text selection during periodic refresh of some HTML
Breakpoints inside
idiomorph.js
are not being hit (e.g. morph())Minimal example
and the result from
/example
:Any ideas?
The text was updated successfully, but these errors were encountered: