thefrontside / emberx-form

Form/field components for working with changesets
MIT License
3 stars 1 forks source link

Should X-Field be Tagless Component? #2

Open flexyford opened 8 years ago

flexyford commented 8 years ago

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: '',
});
cowboyd commented 8 years ago

It should be a microstate :)