We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug FE does not restrict from entering super long strings in Proposal
To Reproduce Steps to reproduce the behavior:
Expected behavior Length of Title and Description must be limited.
Screenshots
Additional context I was also not authorize to Publish is it due to fact that DAO not mine? But I guess any member of DAO can make proposal...
The text was updated successfully, but these errors were encountered:
@2075 Here come up 2 new questions :)
Sorry, something went wrong.
I think 48bytes. if(new Blob([values.title]).size > 48) errors.title = 'Please enter a maximum of 48 bytes.' I used this one in Campaigns ^
if(new Blob([values.title]).size > 48) errors.title = 'Please enter a maximum of 48 bytes.'
(I hope I have validation done for proposals soon working again)
utf-8 can be up to 4 bytes per character
yeah, the field validations should possibly come from a lib providing this, internationalisation?
@DarkNebula0
all up for discussion
No branches or pull requests
Describe the bug
FE does not restrict from entering super long strings in Proposal
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Length of Title and Description must be limited.
Screenshots
Additional context
I was also not authorize to Publish is it due to fact that DAO not mine? But I guess any member of DAO can make proposal...
The text was updated successfully, but these errors were encountered: