Stackle
Stackle copied to clipboard
URL inputs should be validated before submission of the form
Type of issue:
- [ ] Bug / Error
- [x] Idea / Feature
- [x] Improvement detail
Short description on the issue
Currently, the URL fields in create-post and create-stack components are not validated and it accepts any value.
Possible fix
Write a validation logic for URL fields.