Steffen Deusch
Steffen Deusch
Good idea! The problem is that IEx resets the expand fun in its loop. So that won't work. > or I might have the problem backwards It would be `:io.setopts(expand_fun:...
I just noticed that this works fine when the node hosting the terminal is not running in IEx itself. So maybe this solution is fine after all. I'll try to...
Autocomplete works in a release. Not sure what would be the best way to test this. I'll add some documentation soon. There is one annoying problem when using this together...
Ah well, I should have looked into the docs first. Works perfectly, thank you!
Related: https://github.com/phoenixframework/phoenix_live_view/pull/2668
I believe this is expected. In the changelog for 0.20.0 we have > Fix uploads with auto_upload: true failing to auto upload valid entries errors when any individual entry is...
> More tests for select behavior should be added. is still on my todo list. so yes, the issue is that while this may fix the linked issues it may...
@chrismccord this is still on draft because I'm not sure about the changes. You can review it, I currently don't plan on adding more. For testing select behavior I added...
Events could probably work for the scroll restoration use case, but for preventing navigation this needs to happen synchronously. I guess we could move the actual navigation itself to an...
View transitions are interesting indeed. I'll try to adapt the PR to also allow returning a promise from the callbacks later today. How would the usage with view transitions look...