katalyst / koi

Administration tools for Rails applications
https://github.com/katalyst/koi
MIT License
9 stars 4 forks source link

Index search - clobbering as you typed #611

Closed AlanCornthwaiteKatalyst closed 4 months ago

AlanCornthwaiteKatalyst commented 4 months ago

If you typed while the response of the search is being rendered turbo morph would clobber your input field to display what was sent to the server, not your latest changes. Marking the input field as permanent ensures the user can continue typing.