Skip to content

Should X-Field be Tagless Component? #2

@flexyford

Description

@flexyford

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: '',
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions