Corie Slate
Corie Slate
I guess it's just in case you want to debug on a database level. The ARO alias field has been included in a lot of tutorials and I have found...
If you comment out line 88 `$options['error'] = false;` it will put the error in the correct location but there's a duplicate of it after the input still.
You can supply both so the class is not overwritten: ``` 'label' => array( 'text' => 'Remember Me', 'class' => 'col col-md-3 control-label' ) ``` Or, @slywalker here is a...
I had already started on an alternate theme styled after macOS's Calendar app. See my [demo-alternate-styling](https://github.com/houseoftech/vue-simple-calendar/tree/feature/demo-alternate-styling) branch. I started on this in order to figure out if any of the...