parameter icon indicating copy to clipboard operation
parameter copied to clipboard

i can't check numeric enum

Open JarvisQJ opened this issue 5 years ago • 0 comments

when i check numeric types,like {price:'number'},the module convert the value of the price to number.And then,check. The problem is checking numeric enum,like {type: 'enum', values: [1, 2]}.It seems that converting is ineffective.

JarvisQJ avatar Sep 03 '19 01:09 JarvisQJ