webhook/webhook-cms

Bug Report: Cannot create instructions label which starts with a number (Silent error, No validation)

kidGodzilla opened this issue · 2 comments

There is a silent error creating instructions which start with a label (For example: "1. do this", "2. do this other thing").

I'm not worried about it, I can work around it and use different labels. However, there is no form validation for this, so the only way I discovered it was to inspect the ember app.

vendor.min.js: The following controls are invalid: 1_configure, 2_create, 3_move, 4_deploy.

Please let me know if you would like any additional information or clarification. Thanks!

So, in the Ember inspector, I am able to tell that the validation is occurring, but the information label doesn't seem to be a component & validation errors are not being displayed.

Fixed, no regressions. Submitted PR - #231