Module: addon/mixins/sl-input-based

Extends

  • ember/Mixin

Members

(inner) classNameBindings :Array.<String>

Type:
  • Array.<String>
Source:

(inner) disabled :Boolean

Whether the input-based component should be disabled

The internal input element should be passed this attribute as a property.

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) optional :Boolean

Whether the input-based component should be displayed as optional

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) readonly :Boolean

Whether the input-based component is readonly or not

The internal input element should be passed this attribute as a property.

Type:
  • Boolean
Default Value:
  • false
Source:

(inner) required :Boolean

Whether the input-based component is required

Type:
  • Boolean
Default Value:
  • false
Source: