griffin.yo icon indicating copy to clipboard operation
griffin.yo copied to clipboard

Interpret numbers as indexes in select lists (to support enums being represented as numbers)

Open jgauffin opened this issue 8 years ago • 1 comments

nt

jgauffin avatar Sep 02 '15 20:09 jgauffin

And modify the renderElement to actually run select lists:

        if (((element.childElementCount === 0 || element.tagName === 'SELECT')
            && this.hasName(element))
            || typeof data === "undefined") {

jgauffin avatar Sep 02 '15 20:09 jgauffin