For example, if an input is in a <td> but has no surrounding <div class="form-group"> ritsu.js throws an error as it tries to do a querySelector('.help-block') on a null formGroup.
ritsu should either provide a descriptive message in the console with the error, or should default back to standard error output (prob the latter)
For example, if an input is in a
<td>
but has no surrounding<div class="form-group">
ritsu.js throws an error as it tries to do aquerySelector('.help-block')
on a null formGroup.ritsu should either provide a descriptive message in the console with the error, or should default back to standard error output (prob the latter)