jd-opensource / drip-form

基于React和JSONSchema的动态表单解决方案

Home Page:https://jd-opensource.github.io/drip-form/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

suppport ie11?

franckXu opened this issue · comments

Is your feature request related to a problem? Please describe.

suppport ie11?

Description

suppport ie11?

Describe the solution you'd like

suppport ie11?

Describe alternatives you've considered

No response

Self-service

  • I'd be willing to contribute this feature to DripForm myself.

ie 11 not support new Set(iterable)

ajv.js 里也有一堆 new Set(array),

packages\utils\src\schemaHandle\parse.ts:282

  return {
    dataSchema,
    uiSchema,
    typePath,
    customProps: [...new Set(customProps)],
  }