Dom icon indicating copy to clipboard operation
Dom copied to clipboard

Dataset automatic camel case to hyphen key conversion

Open g105b opened this issue 1 year ago • 0 comments

Dataset keys must all be hyphenated and lowercase, but the JavaScript implementation automatically converts to camel case, so it can be addressed as an object property.

This needs implementing in PHP, even though for type safety we have the get/set functions.

g105b avatar Aug 24 '22 10:08 g105b