smallbun
smallbun
最新版本,使用官网JSON规则即可复现。
目前可以通过min然后控制最小数量,然后在对元素数据做校验,但是整体样式会存在一些问题,比如必填*标记,或者可以考虑在min>0的时候,展示必填*标记
```jsx import React from "react"; import FormRender, { Schema, useForm } from "form-render"; const schema: Schema = { type: "object", displayType: "row", properties: { redirectUris: { type: "array", title: "登录...
ant design4 和ant design5 样式实现不同,目前项目中使用less进行样式更改存在问题,项目使用自定义prefixCls的情况下,会导致 x-render 样式失效。
以下为CAS协议配置,kubesphere无法正确在casServerURL配置后拼接/login地址,如果 casServerURL 配置为cas login全路径,ticket验证时,将又会出现访问地址不正确问题。 ```yaml accessTokenMaxAge: 1h accessTokenInactivityTimeout: 30m identityProviders: - name: topiam type: CASIdentityProvider mappingMethod: auto provider: redirectURL: "http://xxxxxxx:30880/oauth/redirect/topiam" casServerURL: "http://xxxxxxx:1989/api/v1/authorize/cas/yxebe3fbtz8k9potvxs8a1gp5xupqm7e" insecureSkipVerify: true ```
ivorysql 可以在开发框架生态做完善,hibernate 作为红帽开源的java语言数据库访问框架,拥有众多的受众群里,如果能够提供ivorysql hibernate 方言包支持,从生态和开发者使用角度来说,会更快、更方便。 https://github.com/hibernate/hibernate-orm/blob/main/dialects.adoc
支持 eslint 9.0.0 使用 eslint 9.0.0 版本报错 ``` Error: Invalid Options: - Unknown options: resolvePluginsRelativeTo, rulePaths, useEslintrc, extensions, ignorePath - 'extensions' has been removed. - 'resolvePluginsRelativeTo' has been removed. -...