Sorry to resurect old topic but I have question about how the combination of keyup
, focus
and value
work.
I still don’t understand which event does what?
I’ve learned that phx-change
cannot overwrite the value in a focused text input. Is the phx-focus
somehow mitigating that?