Quantcast
Channel: jQuery Library for SharePoint Web Services
Viewing all articles
Browse latest Browse all 6517

Commented Issue: SPRequireUnique bug getting entered value [10235]

$
0
0
I can't believe that this was still in there, but I needed to change

``` javascript
// Get the columnDisplayName's value
var columnValue = $(this).attr("value");
```
to
``` javascript
// Get the columnDisplayName's value
var columnValue = $(this).val();
```
Comments: Fixed in 2014.02BETA2

Viewing all articles
Browse latest Browse all 6517

Trending Articles