Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: validate the proposal creation form (#524)
* fix: add limits to proposal's title, choices, and discussion * fix: validate and show error on proposal body * fix: revert changes, moved to later PR * fix: style composer textarea like s-box * fix: improve CSS * fix: remove unused class * fix(ui): add some padding * fix(ui): add min height * fix(ui): make offset emulate border * fix: add maxLength/items validation to proposals fields * fix: always show form error * fix: always show composer error * fix: add validation to statement * revert: reverting unrelated changes * feat: use different proposal body limit for trubo space * refactor: use camel case variable name * fix: revert changes, will be extracted to another dedicated PR * refactor: rename regular to default
- Loading branch information