ionic-team / ionic-team/ionic-framework

feat: Add 'required' property to ion-checkbox and ion-radio

未关闭
#25,173 4 条评论 10 个 reaction 已指派 0 人 在 GitHub 查看
package: core type: feature request
主要语言
TypeScript
星标
52.7k
派生
13.3k
平均合并
1 天 15 小时
30 天内合并 PR
51

描述

### Prerequisites

- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct).
- [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already include this feature request, without success.

### Describe the Feature Request

When trying to set an ion-checkbox or ion-radio to 'required' I get "Property 'required' does not exist on type 'IonRadio & HTMLAttributes'."

### Describe the Use Case

I have checkboxes and radio buttons in my form which need to be validated on if they're checked.

### Describe Preferred Solution

_No response_

### Describe Alternatives

_No response_

### Related Code

` this.nativeInput = el}
value={value}
required={this.required}
/>`

` this.nativeInput = el}
value={value}
required={this.required}
/>`

### Additional Information

_No response_

贡献指南

打开贡献指南

调研方向

Start by locating the ion-checkbox and ion-radio component entry points and their generated TypeScript declarations. Trace how the existing name, disabled, checked, and value properties are exposed, then determine where the required property belongs. Done means the property is accepted on both components and supports the requested form-validation use case.

由索引模型根据 Issue 内容生成。

评估

技术栈
typescript
领域
frontend
Issue 类型
功能
难度
3/5
预计耗时
1-2 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。