-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for custom @tagName #74
Comments
Forgot to mention, the |
FWIW, could use |
Looks like we'll have to reduce back-compat (currently 3.4+) to get |
So there has been zero movement on this from the Ember front. There are three options we can take with this addon;
Taking votes or other ideas. 😄 |
At this point we'll go with option 3 of not supporting a custom |
With the move to Glimmer Components, the Ember Component
tagName
property/option does not apply. There is a Dynamic tag names RFC that has been accepted but not implemented yet. Additionally, I'd like to wait for the Add new basic helpers to Ember RFC to land so that we can keep<FroalaContent />
as a template-only component. Eg:{{#let (element (or @tagName "div") as |Tag|}}
The text was updated successfully, but these errors were encountered: