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

[Bug] 引入的主题包中组件悬浮提示没有效果

hejianwen1 opened this issue · comments

Have you read the Contributing Guidelines on issues?

Prerequisites

  • I'm using the latest version of DripForm、DripFormTheme.
  • I have read the console error message carefully (if applicable).

Description

引入的主题包中组件悬浮提示没有效果

Steps to reproduce

通过插件下载到工作台的主题包 悬浮提示没有效果

Current behavior

image

Expected behavior

正常展示悬浮提示

Your environment

  • DripForm version used:
  • DripFormTheme used:
  • DripFormTheme version used:

Reproducible demo

No response

Self-service

  • I'd be willing to fix this bug myself.

目前,drip-form中的提示默认使用的是主题包中的提示组件,所以自定义组件会存在提示不展示的情况。
可以在自定义主题中导出,参考@jdfed/drip-form-antd中导出的提示组件
后续drip-form会提供一套默认的提示组件来避免这个问题。