ionic-team / ionic-team/ionic-framework
feat: allow custom templates in overlay components
未关闭
package: core
type: feature request
- 主要语言
- TypeScript
- 星标
- 52.7k
- 派生
- 13.3k
- 平均合并
- 1 天 14 小时
- 30 天内合并 PR
- 50
描述
**Ionic version:**
"@ionic/angular": "^4.2.0",
# Feature Request
I use an html template with tag ion-select-option and It always render to plain text not html.
```html
{{acc.public_title}}
{{acc.currency}}
```
**Describe Preferred Solution**
Render html not text in ion-select-option
贡献指南
调研方向
首先使用 ion-select 和 ion-select-option 重现提供的 Angular 示例,然后检查参与渲染选项内容的 select 和 overlay 组件入口点。完成的标准是自定义选项模板以 HTML 而不是纯文本的形式渲染,同时保持现有的 select 行为不变。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- angular, typescript
- 领域
- frontend
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100