Brett Mathe

Results 3 issues of Brett Mathe

In the transferAttributes method this condition is not failing when it should: ` if (this.options.appendId !== "undefined") { this.$element.attr('id', this.$source.attr('id') + this.options.appendId); } ` The correct code is ` if...

Updated website to work with the latest version of TeamCity. Updated project to MVC 5 Added GitHub URL to configuration file in case GitHub is on premise

When making a Select field required I get the error below. In mapError.js helperText is being set if there is an error. This works for most of the components but...