snapshot-labs / sx-monorepo

Snapshot X monorepo
https://docs.snapshotx.xyz
MIT License
11 stars 10 forks source link

fix: fix character count on textarea not updating #418

Closed wa0x6e closed 1 week ago

wa0x6e commented 2 weeks ago

Summary

Closes: #395

How to test

  1. Go to any textarea with a character limit
  2. FIll it over the limit
  3. The character count should reflect the lengh of the textarea (before, always 0)
  4. Large number should be pretty formatted (e.g 2,500)

Will need for https://github.com/snapshot-labs/sx-monorepo/pull/417 to be merged first

wa0x6e commented 1 week ago

I don't see it still on this PR: image

fixed