Brent McSharry

Results 36 issues of Brent McSharry
trafficstars

add the html-5 required attribute to the input element if prop value is true

It would be great to be able to write nested properties as the string argument to the requiredIf validator: ```javascript { required: requiredIf('foo.bar') } ``` This feature request is addressed...

the 'for in' parser will not handle 'of' but this is legal vue chaging the handleForDirective line ``` const a = value.split(/\s+(in|of)\s+/); ``` should fix the problem

will not parse `` but will parse `` although in html the input element should not have a closing tag (as opposed to xhtml)

Thank you very much for creating this tool! while below is not valid JSON, it is valid ECMAscript ``` { data(): return { propA: 1, propB: 2, // end of...

First thank you and well done for making such for a great library The docs are great, but a few small thoughts on improvements: ### Using with typescript If you...

documentation

ko.validation.makeBindingHandlerValidatable only takes a single argument, which does not work for widget extension libraries which provided an argument list as properties of an object. as 1 of hundreds of simple...

enhancement

The behavior of the regexes is standard regex behavior matching for _any_ part of the string, but this makes it very different to the wildcard behavior. If leaving in the...

EndpointWhitelist includes the line ```c# Path = httpContext.Request.Path.ToString().ToLowerInvariant().TrimEnd('/'), ``` but allowing the root path to be included in the whitelist makes perfect sense. Could this be altered so something like...