rob-race / react-trix

React wrapper around Trix editor from Basecamp + some lightweight features
ISC License
213 stars 42 forks source link

Bug: more than one trixeditor #39

Closed TomBruyneel closed 3 years ago

TomBruyneel commented 3 years ago

Because of the way id's are generated this editor can only be used once per form. Otherwise there are duplicate id's and the events are fired for each control.

I suggest using a UUID instead of the current time to create the ID

dstpierre commented 3 years ago

Thanks @TomBruyneel for reporting the issue, I'll fix this soon.