ionic-team / ionic-team/ionic-framework
feat: allow custom templates in overlay components
Open
package: core
type: feature request
- Dominant language
- TypeScript
- Stars
- 52.7k
- Forks
- 13.3k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 51
Description
**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
Contributor guide
Assessment
This issue has not been assessed yet.