We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近我在为 #23 开发自定义 Option 功能,觉得颜色选择这块可以做得更好。
我看到 react-color 这个库,觉得它的颜色提取和选择功能挺适合用在这里,操作会更方便。我计划在自定义 Option 中集成 react-color 的颜色选择器。
想先问问你的意见,是否觉得这个方案可行?如果有其他想法,随时告诉我~
The text was updated successfully, but these errors were encountered:
Bootstrap 组件库文档里写了 Form.Control 支持颜色选择,但我复现不出来,点击按钮没有响应。
排查了一个多小时,找到原因是 Form.Control 不能在 Link 的内部。
之前某次修改把 Model 放在 Link 内部,导致 Form.Control 在 Link 的内部,嵌套太深了一开始根本想不到是这个原因 😭
Sorry, something went wrong.
目前沿用了bootstrap的组件,是这样的效果
No branches or pull requests
最近我在为 #23 开发自定义 Option 功能,觉得颜色选择这块可以做得更好。
我看到 react-color 这个库,觉得它的颜色提取和选择功能挺适合用在这里,操作会更方便。我计划在自定义 Option 中集成 react-color 的颜色选择器。
想先问问你的意见,是否觉得这个方案可行?如果有其他想法,随时告诉我~
The text was updated successfully, but these errors were encountered: