Thank you for this awesome package.
I noticed that the getRules() function return the user's selected in a property called value. Value is a string in most time, unless between or multiple select is used then it is changed to an array.
If there a way to override the default behavior so that if the values are array of strings, then put them in a new property called values while if the property is a single string it can stay in the value property. This will make parsing the object easier with c# or ASP.NET MVC framework.
Thank you