chinedufn / percy

Build frontend browser apps with Rust + WebAssembly. Supports server side rendering.
https://chinedufn.github.io/percy/
Apache License 2.0
2.25k stars 84 forks source link

Fix textarea implicit keying #190

Closed chinedufn closed 1 year ago

chinedufn commented 1 year ago

Fix textarea implicit keying

This commit adds a test and fix for a bug where we were using input element implicit keys for textarea elements.