-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Bugs #20
Comments
@xmxstudio I updated your bug with some formatting :) @frubesss Thanks so much for getting these commits in! Would you be able to check off the fixes you have made so far? I am excited to see your PR! |
@adilanchian Hi, just working through all these bugs while I have a bit of downtime. Will have explanations to my reasoning behind these changes with the pull request. I can't tick the tasks off in the original post as I don't have edit permissions. Thanks |
Hey @frubesss, Thanks for the heads up and no worries at all! Glad to see you are adding some dope fixes. No worries about the list, I will go ahead and change that. |
* BUG FIX #20 - added a min number value to stop users inserting negative numbers. * BUG FIX #20 - changed min to 1 to avoid a 0 custom input * BUG FIX #20 - added max limit to 1 year for custom input. * BUG FIX #20 - added a field length check to the title input to avoid empty inputs. * BUG FIX #20 - added attribute type button to both the delete and cancel button to ensure when user presses enter it submits the form. * BUG FIX #20 - quick clean up * BUG FIX #20 - removed the html min and max attributes and incorporated it into the validator function for consistency purposes.
MERGED! Thanks for all the work :) |
* Bug fixes #20 to release 1.0.1 branch (#24) * BUG FIX #20 - added a min number value to stop users inserting negative numbers. * BUG FIX #20 - changed min to 1 to avoid a 0 custom input * BUG FIX #20 - added max limit to 1 year for custom input. * BUG FIX #20 - added a field length check to the title input to avoid empty inputs. * BUG FIX #20 - added attribute type button to both the delete and cancel button to ensure when user presses enter it submits the form. * BUG FIX #20 - quick clean up * BUG FIX #20 - removed the html min and max attributes and incorporated it into the validator function for consistency purposes. * Fixing button reponse issue && removing visted link, text color #21 * Changed lets to consts, and some restructuring of variables and state. (#30) * Changed lets to consts, and some restructuring of variables and state. * resolve conflict in BlockForm
https://focusblock.stream/dashboard/ByiZCdsfm
The text was updated successfully, but these errors were encountered: