Yaro Shm

Results 45 comments of Yaro Shm

Must be a duplicate of https://github.com/Bearer/bearer/issues/760

Is just adding the turbo stream format enough? Last time I tried, it didn't help me

works for me! currently I see no way to effectively use the gem without this addition

Gotta think about it; Not stimulus, but will leave it here for later: https://css-tricks.com/the-cleanest-trick-for-autogrowing-textareas/

Are you sure that your controller action has a `format.turbo_stream` response? If it is not found, it will try to respond with `format.html` instead. P.S. `data: { remote: true }`...