An open API service indexing awesome lists of open source software.

https://github.com/aaronrenner/live_view_textarea_test_helper_bug


https://github.com/aaronrenner/live_view_textarea_test_helper_bug

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# MyApp

This app recreates an issue with LiveView's test helpers where each time
`render_change` is called, it prepends an additional newline to the beginning of
a textarea's value.

To run the tests and see the failure:

```elixir
$ mix deps.get
$ mix test
```