Currently, x-form is a div, but I'm not sure it should add any markup at all.
Would you consider making this a tagless component?
Tagless Component Syntax:
// addon/components/x-field.js
export default Ember.Component.extend({
layout,
tagName: '',
});
Currently, x-form is a
div, but I'm not sure it should add any markup at all.Would you consider making this a tagless component?
Tagless Component Syntax: