Ben Zhang
Ben Zhang
## 这是一个 - [x] 错误报告 SelectField 若默认值不在可选集合内(可能为历史数据或外部无效数据),则打开面板后默认选中第一项无效,若滑动了 Slot,则无此问题 ## SaltUI 版本 4.1.14 ## 复现步骤 * [CodePen 链接](https://codepen.io/zhangbenber/pen/xyodze)
`inlineStyleToObject('background:url(https://test.com/IMAGE.png)')` returns: before: `{ background: 'url(https://test.com/image.png)' }` after: `{ background: 'url(https://test.com/IMAGE.png)' }`
When effect path (composition names, layer names, etc.) contains CJK characters, the extension failed to parse gradient data and exported black-and-whites. The bug was reported on https://github.com/airbnb/lottie-web/issues/1201. This commit fixes...
This issue was introduced by: https://github.com/react-component/input/commit/e9d6848c41521548992608559019b1d6820f6022. When the input lost focus after the user presses Enter and before releasing it (which is a common usage for disable or hide the...