-
Which class is this unit test associated with?自定义组件里定义Select组件,如何触发验证,官网没找到相应的示例 |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
@javazfj Thank you for reporting. We will give triage later. |
Beta Was this translation helpful? Give feedback.
-
select要验证什么,环境或者代码发一点 |
Beta Was this translation helpful? Give feedback.
-
https://gitee.com/zfjie/blazor-bb.git |
Beta Was this translation helpful? Give feedback.
-
输入main是啥意思 |
Beta Was this translation helpful? Give feedback.
-
运行项目,浏览器地址/ 后面输入main |
Beta Was this translation helpful? Give feedback.
-
@javazfj 帮忙点一下右上角 |
Beta Was this translation helpful? Give feedback.
-
自定义组件
组件绑定模型字段为
期望值 验证不通过 组件出现红色边框实际值 验证通过 组件出现绿色边框原因自定义组件 注意点
核心样式为
|
Beta Was this translation helpful? Give feedback.
自定义组件
Student
包裹了Select
组件组件绑定模型字段为
Name
标记了Required
与StringLength
两个验证标签即自动生成两个验证规则