parameter
parameter copied to clipboard
i can't check numeric enum
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.