raquo / Laminar

Simple, expressive, and safe UI library for Scala.js

Home Page:https://laminar.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Safari cursor jumps to the end when an input value is set

pstutz opened this issue · comments

It might make sense to also apply the controlled input Safari fix 695f202 when setting normal input values.

Hmmm I rarely add property-specific logic to Laminar, but this does seem like a good idea for the sake of ergonomics.

I'm currently very deep into the 0.15.0 changes, I might be able to address this there, but if not, then I'll deal with it soon after that.

On a side note, is there any specific reason why you're not using controlled? Simply no need, or does something about it not fit your use case?

Thanks a lot for the response. controlled is exactly the workaround I ended up using after discovering that it contains the Safari fix. :)