mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-04 04:59:38 +08:00
498d5f92ff
* <BootstrapInput> 添加参数 OnInput 是否在文本框的值更改时触发 * <BootstrapInput> 添加参数 OnInput 的测试单元 * <BootstrapInput> 添加参数 OnInput 的文档示例 * doc: 更新资源文件 * refactor: 更改参数为 UseInputEvent * doc: 更新示例代码 * chore: 更新字典 * doc: 更新资源文件 * chore: 更新 Issue 模板 * test: 更新单元测试 --------- Co-authored-by: Argo-AscioTech <argo@live.ca>
15 lines
443 B
YAML
15 lines
443 B
YAML
name: 📖 Documentation
|
|
description: Add or update the project document or sample code
|
|
title: "doc(): title"
|
|
labels: [documentation]
|
|
assignees:
|
|
- argozhang
|
|
body:
|
|
- type: textarea
|
|
attributes:
|
|
label: Document describing which component
|
|
description: |
|
|
Detailed description of the document update or sample code that the submission code is about the function of that component
|
|
value: |
|
|
Add sample code for {Component}
|